Closed mzijlstra closed 7 years ago
At the intermediate stage (using arrays) it would be great to have an image manipulation module. Stanford's Nick Parlante in his CS101 had JS image manipulation, perhaps his code is open source.
Looked a bit into HTML canvas, and from what I read at: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API it should be pretty straight forward to build myself
Got this working :)
At the intermediate stage (using arrays) it would be great to have an image manipulation module. Stanford's Nick Parlante in his CS101 had JS image manipulation, perhaps his code is open source.