SkillAgentSearch skills...

Fvd

Font Variation Description for JavaScript

Install / Use

/learn @percolate/Fvd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fvd

Build Status

Font Variation Description for JavaScript

See Font Variation Description for more details.

Installation

Install with npm:

$ npm install fvd

Usage

var fvd = require('fvd')

fvd.compact('font-weight:bold;font-style:italic;')
// 'i7'

fvd.expand('i7')
// 'font-style:italic;font-weight:700;'

fvd.parse('i7')
// { 'font-style': 'italic', 'font-weight': 700 }

Tests

Install the dependencies and run:

$ npm test

License

MIT License, see LICENSE for details.

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3y ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on Mar 16, 2023

No findings