File API Exercise
This is a sample node.js project, static web page for File API.
You will be able to pick from the file input dialog box by <input type=file>
, and transform to <img />
for previewing uplaoded image, transform to <canvas />
for editing image file with GUI, and transform to binary data for editing image file with image processing.
You can also transform text file, and read to textarea.
- clone project.
- into folder.
npm install
, install packages for node modules.npm start
, run service inhttp://localhost:3333
.- open browser to
http://localhost:3333
.