@ts3/country-flags
v1.0.1
Published
Country flags used by the TeamSpeak 3 client
Downloads
1
Readme
TeamSpeak 3 country flags
This package is intended to help you to use TeamSpeak 3 country flags into your applications.
Installation
npm install @ts3/country-flags
Usage
You have to publish the public
directory. The flags directory contains all the flags used with the
TeamSpeak 3 client. The less directory contains the less file which help you to use the flags into your web application.
To display the french flag use the CSS classes ts3 country-fr
, this work for all flags.
<span><i class="ts3 country-fr"></i> French flag</span>
<span><i class="ts3 country-de"></i> German flag</span>
<span><i class="ts3 country-ca"></i> Canadian flag</span>
License
This project is licensed under ISC license. All country flags images are the property of their respective owner and are not covered by this license.