UNPKG

line-sticker-downloader

Version:

Tool that downloads stickers or emojis from the LINE store

7 lines (4 loc) 132 B
#!/usr/bin/env node const config = require("./parseArgv"); const downloadStickers = require("./index"); downloadStickers(config);