Zhenye Wei
Results
2
issues of
Zhenye Wei
I'm writing [ASS.js](https://github.com/weizhenye/ASS) and try to implement the `s` drawing command. As there is no native API for B-spline in SVG or Canvas, I try to translate `s` into several...
compatibility
drawing
In [README](https://github.com/reactway/scss-bundle#bundle), `bundle` method accepts two args, file and fileRegistry. However it accepts four args in code: https://github.com/reactway/scss-bundle/blob/5c7510a20d7a7912687eb93e3c1235c747d32717/src/cli/main.ts#L51 Is the four args a public API I can use?