Vitaly Puzrin
Vitaly Puzrin
Thank you for info. harbuffjs + freetype wasm builds look the most promissing. No time for rework at current moment.
Sorry, it's better to ask here about system packages https://github.com/Automattic/node-canvas Also, use node.js v12, because canvas sucks with v14 & v16.
I see no profit of adding headers manipulation into gfs stream, because that's already covered in [fresh](https://github.com/jshttp/fresh) and other packages. See example: https://github.com/nodeca/nodeca.core/blob/master/lib/autoload/hooks/server_bin/gridfs.js Also, i'd recommend to look into [send](https://github.com/pillarjs/send)...
IMHO, this option is too specific to generalise. It will need tons of data-\* attributes -> can bloat API. It's not a big problem to make custom initializer, if you...
AFAIK, in actual state popover don't have stable data-\* API. And if you like to use single event listener, you'll need ability to override any defaults for each specific popover....
> Does require('cldr-data/
I confirm, had this problem with npm2, and no issues with npm3. Probably almost all moved to node 6+ for es2015+, and this issue can be closed as "wontfix /...
``` js var img = new Image(); img.src = "data:image/png;base64,............."; ```
Canvas is speed-optimized and use "nearest neighbour" interpolation. You can't change that. Use https://github.com/nodeca/pica for resize, when you need high quality. It has lanczos3 filter, best for this task.
I have the same problem with node 14. `.attach()` stopped work. Ok in 12 & 10.