An open API service indexing awesome lists of open source software.

https://github.com/gnehs/line-sticker-convert

將圖片轉換為 Line 貼圖可用之格式
https://github.com/gnehs/line-sticker-convert

image-processing line

Last synced: about 1 year ago
JSON representation

將圖片轉換為 Line 貼圖可用之格式

Awesome Lists containing this project

README

          

# line-sticker-convert
將圖片轉換為 Line 貼圖可用之格式
## 初始化
請先安裝 [Node.js](https://nodejs.org/en/)
```bash
# 切換路徑
cd path/to/line-sticker-convert
# 安裝依賴項目
npm i
```
## 使用說明
將圖片丟進 `input` 資料夾並執行 `node index.js` 即可,轉換後的檔案會在 `output` 資料夾中