Skip to content

Repository files navigation

material-icons-canvas

Draw material icons on canvas

Install

C:\material-icons-canvas> yarn add git+https://github.com/enthusapp/material-icons-canvas

Usage

import { icons, drawMaterialIcons } from "material-icons-canvas";

drawMaterialIcons(canvas.getContext("2d"), icons.cloud, {
  x: 0,
  y: 0,
  width: 100,
  height: 100,
  color: "#00ff00"
});

Create icons.js

C:\material-icons-canvas> git clone https://github.com/google/material-design-icons
C:\material-icons-canvas> node createSVGSet.js

About

Draw material icons on canvas

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages