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 貼圖可用之格式
- Host: GitHub
- URL: https://github.com/gnehs/line-sticker-convert
- Owner: gnehs
- License: mit
- Created: 2020-02-05T06:52:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T06:00:28.000Z (over 6 years ago)
- Last Synced: 2024-12-26T10:42:15.479Z (over 1 year ago)
- Topics: image-processing, line
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` 資料夾中