Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/symbols-font-composer
Repository of symbols-font-composer.web.app PWA
https://github.com/vdegenne/symbols-font-composer
Last synced: about 1 month ago
JSON representation
Repository of symbols-font-composer.web.app PWA
- Host: GitHub
- URL: https://github.com/vdegenne/symbols-font-composer
- Owner: vdegenne
- License: mit
- Created: 2024-01-21T16:51:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T08:27:34.000Z (4 months ago)
- Last Synced: 2024-09-09T09:56:50.905Z (4 months ago)
- Language: TypeScript
- Homepage: https://symbols-font-composer.web.app/
- Size: 44.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
symbols-font-composer PWA
`symbols-font-composer` PWA can be used to compose Material Symbols font, only containing icons you decide to include, which minimizes the final icon font file size your application serves.
✨ If you want to automate this process instead, the following plugins can also be used:
- [rollup-plugin-md-icon](https://github.com/vdegenne/rollup-plugin-md-icon)
- [vite-plugin-md-icon](https://github.com/vdegenne/vite-plugin-md-icon)---
## About this PWA
This PWA makes use of the following libraries:
- [@material/web](https://github.com/material-components/material-web): UI Web Components
- [lit](https://github.com/lit/lit): Base Web Components library
- [vite](https://github.com/vitejs/vite): front-end toolingAnd makes use of the following tools/plugins:
- [rollup-plugin-material-all](https://www.npmjs.com/package/rollup-plugin-material-all): code import-free, this plugin will automatically include `@material/web` elements that your application needs.
- [mwc3-back-helpers](https://github.com/vdegenne/mwc3-back-helpers): A suite of modules for building tools around `@material/web` framework.
- [material-shell](https://www.npmjs.com/package/material-shell): A small shell element to initialize a Material-web project in.Along with some author's personals: `lit-with-styles`, `@snar/lit`, `material-3-prompt-dialog`, `@vdegenne/material-color-helpers`, ...
## License
MIT