What's V9? One of the design choices of node.js is to keep the core small and let user-land packages do the things that only some people need. I don't need Canvas rendering server side (at least not yet). So it's better for me, and probably for lots of others, that this feature is not bundled.
Bruno On Saturday, October 11, 2014 6:48:37 PM UTC+2, Łukasz Jagodziński wrote: > > Hi, have you ever considered puting in Node.js V9 implementation of Canvas > rendering? I know that Node is server side but it would be nice to have the > same api in both client and server without need to install external > packages like node-canvas which has external dependencies. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/ece287d1-ec6e-417a-98fb-7c40da48e2e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
