Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vbprodev/canvascript

Draw on the canvas, then get the JS script to render it on the HTML canvas. A tool for graphic designers and developers.
https://github.com/vbprodev/canvascript

bootstrap canvas-api css graphic-design html5 javascript web-game-dev

Last synced: about 1 month ago
JSON representation

Draw on the canvas, then get the JS script to render it on the HTML canvas. A tool for graphic designers and developers.

Awesome Lists containing this project

README

        










Canvascript logo

About


Draw on the canvas, then get the JS script to render it on the HTML canvas. A tool for graphic designers and developers.


We have a Discord server btw https://discord.gg/ZXMEkzfZXx


Edge cases


Active issues


None currently

Archived


#8 Resolved here


#12 Resolved here


Contributing guidelines




  • Add semicolons (;) after each JS line religiously, This is because changes in the linted file are minified, where lines withput semicolons can crash the whole app

  • If you want to raise a pull request, then you should fork the linted files, then I will minify that file and accept the changes (if valid).

  • Please don't add comments or console.log statements while raising a PR, if you want you can have them in your fork

  • Use constant variables and functions as far as possible. Declare global variables globally and locals locally

  • Declare constant variables first, then let variables, then functions, then event handlers (all according to their respective scopes).