Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)