0.0.0 • Published 11 years ago

uupaa.wmcolor.js v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

WMColor.js Build Status

npm

Color functions

Document

How to use

Browser

<script src="lib/WMColor.js"></script>
<script>
console.log( WMColor() );
</script>

WebWorkers

importScripts("lib/WMColor.js");

console.log( WMColor() );

Node.js

var WMColor = require("lib/WMColor.js");

console.log( WMColor() );