1.1.1 • Published 9 years ago

mocha-imguri-compiler v1.1.1

Weekly downloads
14
License
BSD
Repository
github
Last release
9 years ago

mocha-imguri-compiler

An img -> base64 uri compiler for mocha

Install

npm install --save mocha-imguri-compiler

Use

mocha --compilers png:mocha-imguri-compiler

NOTE: The compiler will register for a list supported image files, and not only the png specified in the compilers argument

Changelog

1.1.1

  • Removed automatic svg optimization (via svgo) since it sometimes breaks the svg

1.1.0

  • Support for svg

1.0.0

  • Initial release :tada:

enjoy