@spark-apps/piclet 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -21
- package/Readme.md +3 -2
- package/dist/cli.js +773 -594
- package/dist/cli.js.map +1 -1
- package/dist/gui/css/theme.css +1 -1
- package/dist/gui/js/piclet.js +10 -1
- package/dist/gui/loading.hta +5 -12
- package/dist/gui/piclet.html +31 -25
- package/package.json +2 -2
package/Readme.md
CHANGED
|
@@ -170,11 +170,12 @@ When you run `piclet iconpack`, it generates:
|
|
|
170
170
|
## Support & Contributions
|
|
171
171
|
|
|
172
172
|
⭐ Star the repo and I power up like Mario!<br>
|
|
173
|
-
☕ Devs run on [coffee][coffee-link].<br>
|
|
174
173
|
🤝 [Contributions][fork-link] are welcome.
|
|
175
174
|
|
|
175
|
+
<a href="https://buymeacoffee.com/spark88" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="180"></a>
|
|
176
|
+
|
|
176
177
|
---
|
|
177
178
|
|
|
178
179
|
<div align="center">
|
|
179
|
-
<sub>Released under
|
|
180
|
+
<sub>Released under <a href="./LICENSE">AGPL-3.0 License</a> | <a href="./PRIVACY.md">Privacy Policy</a> | Powered by <a href="https://imagemagick.org">ImageMagick</a></sub>
|
|
180
181
|
</div>
|