https://github.com/quentincaffeino/manypixels-illustrations
ManyPixels Illustrations as npm packages for raw and svelte usage with more to come.
https://github.com/quentincaffeino/manypixels-illustrations
illustrations npm svelte sveltejs svg
Last synced: 7 months ago
JSON representation
ManyPixels Illustrations as npm packages for raw and svelte usage with more to come.
- Host: GitHub
- URL: https://github.com/quentincaffeino/manypixels-illustrations
- Owner: quentincaffeino
- License: mit
- Created: 2021-06-24T09:19:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T02:57:56.000Z (9 months ago)
- Last Synced: 2025-04-10T06:18:48.027Z (7 months ago)
- Topics: illustrations, npm, svelte, sveltejs, svg
- Language: Svelte
- Homepage:
- Size: 30.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manypixels SVG Illustrations
All the credit goes to awesome [ManyPixels](https://www.manypixels.co/) team for creating these awesome illustrations.
## Packages
- [`@quentincaffeino/manypixels-svg`](./packages/svg) - Raw svg files
- [`@quentincaffeino/manypixels-svelte`](./packages/svelte) - Svg files wrapped in svelte components
## File Naming
All illustrations are renamed to UpperCamelCase (spaces and symbols are removed). For example `Online report` is renamed to `OnlineReport`.
There are couple of illustrations which name begins with numbers such as `3D` and `404`, those are moved to the end of the name. For example original icon `3D Model` is renamed to `Model3D`
## Licensing
For information about licensing for manypixels illustrations see [this page](https://www.manypixels.co/gallery).
Code is published under MIT license.