简体   繁体   中英

Upload and edit image node.js server

I'm using Mean.js, and I'm looking for a stack framework/library implementation for the client-side and server-side for editing and uploading images using JavaScript and Node.js.

Thanks :)

You can use Jcrop , which runs on top of jQuery to do the client side editing and uploading.

Formidable is light-wide module that parses most image formats on the server end.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM