andreciornavei / pizza_canvas

A javascript library to build pizza with canvas
MIT License
29 stars 4 forks source link

Publish as WebComponent #1

Open jdnichollsc opened 4 years ago

jdnichollsc commented 4 years ago

Hey man, This in an excellent work! What do you think if you create web components instead? For example using StencilJS to create components to use from any Framework, also only with VanillaJS! Check my examples:

More details here, let me know what you think :)

Best!

andreciornavei commented 4 years ago

Hello, It sounds very nice and simple to implement, my intention here was share knowledge with the community and with pure javascript maybe make more sense to understand the code, but of corse, on the next push i will implement the StencilJS to make easy the implementation in projects. Thanks for helping.