emoji-extractor

1.0.0 • Public • Published

emoji-extractor

Ultra-basic tool to extract emojis used in source code and prepare .svg images to be used as a fallback.

Usage

npx emoji-extrator <code source> <svg target> <svg source>

For example:

npx emoji-extractor 'src/**/*.js' 'build/emojis' '../emojitwo/svg/*.svg'
# Scans all .js files in the given pattern for emojis and copies an .svg file to build/emojis from ../emojitwo/svg per each emoji found 

Readme

Keywords

Package Sidebar

Install

npm i emoji-extractor

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.8 kB

Total Files

5

Last publish

Collaborators

  • slikts