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

https://github.com/hansolo/steelseries-canvas

The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.
https://github.com/hansolo/steelseries-canvas

Last synced: 11 months ago
JSON representation

The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.

Awesome Lists containing this project

README

          

This repo represents the current state of the steelseries javascript canvas port.
There is no documentation or build automation, yet.

The minified versions are produced (generally!) using the Microsoft Ajax Minifier:
http://ajaxmin.codeplex.com/

I use the following simple batch file:
@echo Minifying %~n1 to %~n1.min.js ...
@"C:\Program Files (x86)\Microsoft\Microsoft Ajax Minifier\ajaxmin.exe" -JS "%1" -clobber:true -out "%~p1%~n1-min.js" -enc:in utf-8

See my Google+ page for announcements