Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actuallyacat/svg-loader-test
https://github.com/actuallyacat/svg-loader-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/actuallyacat/svg-loader-test
- Owner: ActuallyACat
- Created: 2018-05-25T02:16:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T02:17:07.000Z (over 6 years ago)
- Last Synced: 2024-10-19T02:03:27.763Z (3 months ago)
- Language: HTML
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Loader
## About
This project is a POC to display how we could be using currentColor with two-tone SVG icons.Currently this assumes that a "master" svg is loaded to the page. This gives us the benefit of caching all icons.
## Getting started
```
yarn install
yarn build
http-server // or any other lightweight server
// then go to http://localhost:8080
```