momentum-constructor-style-dictionary
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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
}]);

/momentum-constructor-style-dictionary/

    Package Sidebar

    Install

    npm i momentum-constructor-style-dictionary

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    9.17 kB

    Total Files

    13

    Last publish

    Collaborators

    • collab-ui-bot