public marks

PUBLIC MARKS with tag javascript

January 2016

chroma.js

by sbrothier
chroma.js is a tiny JavaScript library (12kB) for dealing with colors!

Vibrant.js - Extract prominent colors from an image.

by sbrothier
Extract prominent colors from an image. Vibrant.js is a javascript port of the awesome Palette class in the Android support library.

December 2015

November 2015

October 2015

September 2015

Waveform.js

by sbrothier
Waveform.js makes drawing SoundCloud waveforms simple and lets you style and color them the way you want it. It comes as a small JavaScript library and is using a lightweight service hosted on waveformjs.org that translates the waveform images provided by SoundCloud into floating points.

D3.js

by toki & 7 others
D3.js is a JavaScript library for manipulating documents based on data

August 2015

Lodash: 10 Javascript Utility Functions That You Should Probably Stop Rewriting | Colin Toh

by manu
An utility class is a class that defines a set of methods that perform common, often re-used functions. - Wikipedia