https://github.com/actuallyacat/svg-loader-test
https://github.com/actuallyacat/svg-loader-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/actuallyacat/svg-loader-test
- Owner: ActuallyACat
- Created: 2018-05-25T02:16:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T02:17:07.000Z (about 7 years ago)
- Last Synced: 2025-02-02T01:27:17.654Z (5 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
```