Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0326/trimpng
trim whitespace and useless pixels for png
https://github.com/0326/trimpng
html5-canvas image-processing javascript pixel
Last synced: about 1 month ago
JSON representation
trim whitespace and useless pixels for png
- Host: GitHub
- URL: https://github.com/0326/trimpng
- Owner: 0326
- Created: 2017-01-07T16:59:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T11:41:17.000Z (over 4 years ago)
- Last Synced: 2024-08-03T09:09:56.731Z (4 months ago)
- Topics: html5-canvas, image-processing, javascript, pixel
- Language: JavaScript
- Homepage: http://quanfeng.tech/trimpng/
- Size: 107 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - trimpng
README
# trimpng
trim whitespace and useless pixels for png:# dev
```
npm install
npm run dev
```
Then open `http://localhost:3000/dev.html` for coding :)