https://github.com/raphamorim/canvas-icons
in development (Move Along, Nothing to See Here)
https://github.com/raphamorim/canvas-icons
Last synced: about 1 year ago
JSON representation
in development (Move Along, Nothing to See Here)
- Host: GitHub
- URL: https://github.com/raphamorim/canvas-icons
- Owner: raphamorim
- Created: 2015-08-21T05:37:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T17:37:05.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T12:41:23.094Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Canvas Icons

A experiment to draw icons using canvas.
## What's canvas?
"Added in HTML5, the HTML element can be used to draw graphics via scripting in JavaScript. For example, it can be used to draw graphs, make photo compositions, create animations or even do real-time video processing or rendering." by [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API)
## Why?
Why render items with canvas?
### Canvas Icons VS SVG Icons
### Canvas Icons VS Image Icons
## Usage
```html
canvasIcons.init();