Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vbprodev/canvascript
- Owner: VBproDev
- Created: 2024-09-10T03:52:49.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T11:45:20.000Z (about 1 month ago)
- Last Synced: 2024-10-13T03:03:30.908Z (about 1 month ago)
- Topics: bootstrap, canvas-api, css, graphic-design, html5, javascript, web-game-dev
- Language: JavaScript
- Homepage: https://vbprodev.github.io/Canvascript/
- Size: 148 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 currentlyArchived
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).