ActuallyACat / svg-loader-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 79.3%Language:JavaScript 20.7%