Commit 1ccf6309 authored by Ryan LeFevre's avatar Ryan LeFevre

Fix parsing and image exporting. Also, upgrades browserify.

parent 236752c5
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -33,7 +33,7 @@ module.exports = class Image extends Module ...@@ -33,7 +33,7 @@ module.exports = class Image extends Module
@calculateLength() @calculateLength()
# The resulting array that stores the pixel data, formatted in RGBA format. # The resulting array that stores the pixel data, formatted in RGBA format.
pixelData: [] @pixelData = []
# This temporarily holds the raw channel data after it's been parsed, but not # This temporarily holds the raw channel data after it's been parsed, but not
# processed. # processed.
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
"docs": "node_modules/docco-husky/bin/generate lib shims" "docs": "node_modules/docco-husky/bin/generate lib shims"
}, },
"devDependencies": { "devDependencies": {
"coffeeify": "~ 0.6.0", "coffeeify": "~ 1.1.0",
"browserify": "~ 3.46.0", "browserify": "~ 10.1.3",
"mocha": "~ 1.18.2", "mocha": "~ 1.18.2",
"should": "~ 3.3.1", "should": "~ 3.3.1",
"rimraf": "~ 2.2.8", "rimraf": "~ 2.2.8",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment