1.0.0 • Published 8 years ago

@clef/canvas-tools v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

canvas-tools

Build Status Downloads Downloads npm version dependencies dev dependencies License

Tools for working with a DOM canvas

Getting Started

Install it via npm:

npm install @clef/canvas-tools

And include in your project:

import canvasTools from '@clef/canvas-tools'

Usage

canvasTools.createHiDPICanvas(width, height)

Creates a HiDPI canvas compatible with both retina and non-retina devices.

Development

To start development, run:

git clone git@github.com:clef/canvas-tools.git canvas-tools
cd canvas-tools
npm install
npm run test

License

MIT

1.0.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago