verovio 3.8.1 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -11
- package/index.js +7 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,14 +24,4 @@ verovio.module.onRuntimeInitialized = function ()
|
|
|
24
24
|
/* save the SVG into a file */
|
|
25
25
|
fs.writeFileSync("hello.svg", svg);
|
|
26
26
|
}
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
### Memory allocation
|
|
30
|
-
|
|
31
|
-
The memory available for Verovio can be increased during import by passing a MB value to the `init` function.
|
|
32
|
-
|
|
33
|
-
```javascript
|
|
34
|
-
var verovio = require('verovio').init(512);
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
The value has to be less than 1024MB.
|
|
27
|
+
```
|