fuzhenn / node-svg2img

A high-performance in-memory convertor to convert svg to png/jpeg images for Node.
MIT License
160 stars 37 forks source link

fix(types): format types #76

Closed ShenQingchuan closed 2 years ago

ShenQingchuan commented 2 years ago

The enum type Format is useless, there're no intellisense in VSCode. We should use plain string definitions.

目前代码的写法无法智能提示、且写 format: 'png' 会报错、因为它不认这是那个枚举类型

yisibl commented 2 years ago

Thanks!