Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashiishme/canvas-boilerplate
A HTML5 Canvas boilerplate with basics setups using JavaScript and CSS created for personal use. I was tried writing same code again and again.
https://github.com/ashiishme/canvas-boilerplate
canvas canvas-2d-context canvas-boilerplate canvas2d html5-canvas
Last synced: 12 days ago
JSON representation
A HTML5 Canvas boilerplate with basics setups using JavaScript and CSS created for personal use. I was tried writing same code again and again.
- Host: GitHub
- URL: https://github.com/ashiishme/canvas-boilerplate
- Owner: ashiishme
- License: mit
- Created: 2019-06-25T13:42:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T15:02:42.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T14:48:15.089Z (2 months ago)
- Topics: canvas, canvas-2d-context, canvas-boilerplate, canvas2d, html5-canvas
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvas Boilerplate
A HTML5 Canvas boilerplate with basics setups using JavaScript and CSS.
## Usage
- Load the `script.js` file before other scripts to initialize core object.
Now, you can access `Core.globals` that returns all the neccessary properties of Canvas.## Example
An implementation of this project can be found on below repository.
LINK: [canvas-particles](https://github.com/ashiishme/canvas-particles)