neocotic / convert-svg

Node.js packages for converting SVG into other formats using headless Chromium
MIT License
200 stars 47 forks source link

Cheerio 1.0.0 fix #110

Open doublesharp opened 1 week ago

doublesharp commented 1 week ago

Fixes breaking changes in Cheerio 1.0.0, all tests passing.

https://github.com/cheeriojs/cheerio/releases/tag/v1.0.0

Fixes #109