1.0.0 • Published 2 years ago

momentum-constructor-style-dictionary v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

momentum-constructor-style-dictionary

momentum-constructor-style-dictionary offers the format Amazon Style Dictionary.

Install

npm i momentum-constructor-style-dictionary

Usage

const { MomentumAbstractType } = require('momentum-constructor-common');
const { mStyleDictionary } = require('momentum-constructor-style-dictionary');
let outPath = path.join(__dirname, './output/font');
mStyleDictionary.build([{
    type: MomentumAbstractType.font,
    output: outPath
}]);