Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pradipchaudhary/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/pradipchaudhary/canvas-boilerplate
canvas canvas-api canvas2d html5-canvas
Last synced: 2 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/pradipchaudhary/canvas-boilerplate
- Owner: pradipchaudhary
- License: mit
- Created: 2022-10-12T09:00:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T17:59:27.000Z (10 months ago)
- Last Synced: 2024-01-17T02:39:04.016Z (10 months ago)
- Topics: canvas, canvas-api, canvas2d, html5-canvas
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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](https://github.com/pradipchaudhary/canvas-particles)