1.0.2 • Published 8 years ago

summernote-imagehandler v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

summernote-imagehandler

This is a node module that will take the code given by summernote and locate any elements that may have a base64 image as its "src" attribute.

Usage

The general usage for this module would be to save base64 images to an accessible area and replace them with links to these saved images instead of saving image data directly to databases resulting in large data. An example of usage can be found in the test module.

Testing

There is a test module available using mocha and chai and can be run with the following command:

npm test
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago