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

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)

Awesome Lists containing this project

README

          

# Canvas Icons

![canvas-icons](https://raw.githubusercontent.com/raphamorim/canvas-icons/master/images/canvas-icons-square.png)

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();