MrFigg
MrFigg
Just bumping because I'm having the same issue in [email protected]. I hope #1086 gets merged and 4.0.0(-rc.5) gets released including it soon.
Bumping because I get the same issue as OP, also when using a vanilla JS Map instance. [email protected] [email protected] [email protected]
Using version `2.0.0` and the syntax; ``` svg.style( {}, ` text { background: #000000AA; border-radius: 5px; padding: 5px; } ` ); ``` I receive the following error: ``` Error: Content...
Just found this out myself, if you are requiring this package instead of using it from the command line make sure to use `customPath: "path/to/customFormat.json"` or `customFormat: { /* custom...
Ah shoot, I didn't think about the file size. I was almost done with a PR with a strait forward implementation of this. I'll look into mimicking the approach that...