-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my package qrcode is based off the same core libraray. can we work together instead of fragmenting the solutions? #1
Comments
Hi Ryan, certainly! regards, On Mon, Jul 16, 2012 at 3:58 PM, Ryan Day <
|
it provides images from node-canvas. in my exposed interface i have drawBitArray which is the only thing needed ill think about it a bit more. R On Mon, Jul 16, 2012 at 9:03 AM, Carlos Manzanares <
|
my use case is so that I would like to display the QR code from all kind initially I tried doing the computation from the client side directly tag back to the mobile phone The reason why I don't want to use canvas is that it is only supported by smartphones Also I want to generate the QR code on the fly and not store any intermediate files in the server side (i.e.: I don't want to generate a .png file in the server side and then link that to the page served to the mobile phone) I have not checked your code base yet, I will take a look during tomorrow On Mon, Jul 16, 2012 at 7:12 PM, Ryan Day <
|
i mean my code uses canvas on the server side to output images and data its awesome to see you so involved. i love making modules! R On Mon, Jul 16, 2012 at 9:34 AM, Carlos Manzanares <
|
Hi Ryan, I have taken a look to your module, and unfortunately your dependency to
I know this is far from optimal, so let me know if you have some other --Carlos-- On Mon, Jul 16, 2012 at 8:50 PM, Ryan Day <
|
im removing the dependency on node canvas for an all js png implementation. canvas was such a small part so as long as i can generate png data and R
|
Hi, that would be so great! --Carlos-- On Thu, Jul 19, 2012 at 5:27 PM, Ryan Day <
|
?? =)
The text was updated successfully, but these errors were encountered: