Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 370 Bytes

LivingColor

Alter your web page colors in real time! See the demo page: http://lukifer.github.io/LivingColor/

Requires JSColor (bundled) and jQuery or Zepto (not bundled). Chrome extension coming soon!

Usage:

  1. Include: <script src="LivingColor.js"></script>

  2. Invoke: <script>$(function(){ LivingColor.start(); });</script>

  3. Go!