Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 536 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 536 Bytes

Viewport

A friendly wrapper around the HTML5 canvas element providing automatic HiDPI support, scaling and easier animation.

Building

This library is built using Webpack. First get the repo and install the required packages with:

git clone [email protected]:www/viewport.git
cd viewport
npm install

Then all you have to do is build with:

webpack

The library will be put together and output in the dist directory.

Copyright

Copyright © 2016 Tutive Ltd.