Created
March 31, 2011 19:36
-
-
Save brettz9/897072 to your computer and use it in GitHub Desktop.
C2D2-node-canvas.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var C2D2 = require('C2D2').C2D2([500, 400], {path: 'myImageFilePath.png'}) | |
| C2D2. | |
| $shadow({color:'green', blur:2, offset:[15, 10]}). | |
| $fill({color:'blue', xy:[[175, 150], [200,175], [200,125]]}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment