Add README
This commit is contained in:
parent
a494cf82ef
commit
07b7249b39
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# GFonts JS Library
|
||||
|
||||
This module provides useful functions for its usage in GFonts projects.
|
||||
* Retrieval of font metadata
|
||||
* Parsing of CSS2 specs
|
||||
|
||||
## Usage
|
||||
1. Install the package using:
|
||||
* `npm install git+https://git.sofiaritz.com/GFonts/gfonts-js-library.git`
|
||||
* `yarn add git+https://git.sofiaritz.com/GFonts/gfonts-js-library`
|
||||
2. Use the functions provided by the module.
|
Loading…
Reference in a new issue