kaomojify-webpack-plugin
v0.1.1
Published
convert your built JavaScript code to Japanese kawaii kaomoji(かわいい顔文字)
Downloads
17
Readme
Kaomojify Webpack Plugin
This is a webpack plugin that convert your built JavaScript code to Japanese kawaii kaomoji(かわいい顔文字).
Just for fun.
PLEASE DO NOT USE IT IN PRODUCTION ENVIRONMENT !!
Getting started
Install the plugin:
npm install --save-dev kaomojify-webpack-plugin
Usage
new KaomojifyWebpackPlugin(options)
Available options:
| Name | Default | Details |
| ---- | ------- | ------- |
| outputPath
| ./dist | See output.path
in webpack documentation |
Contribute
Feel free to contribute (PR-s and issues welcomed).