From 6bf927866986d734dfbe9aaeefa7527d6b432931 Mon Sep 17 00:00:00 2001 From: Danny Fenstermaker Date: Wed, 21 Feb 2018 18:30:58 -0700 Subject: [PATCH] Web library available I wrote a quick lib to allow others to quickly use these icons in their web apps, would like to add a link here so others can use it --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32d3f98e..979ddc31 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ let countryCode = Locale.current.regionCode! let bundle = FlagKit.assetBundle let originalImage = UIImage(named: countryCode, in: bundle, compatibleWith: nil) ``` +## Usage (web) +To get started with these svgs on the web use the [flagkit-web](https://github.com/dfenstermaker/flagkit-web) library. Install via ```npm i flagkit-web```. ## Reference