UNPKG

figma-styles-to-ts

Version:

Generate typescript files with colors, fonts and shadows from figma styles. Generate icons and images from figma file.

8 lines 245 B
#! /usr/bin/env node var fs = require("fs"); // Remove token file var token_file = process.cwd() + "/node_modules/figma-styles-to-ts/token.json"; if (fs.existsSync(token_file)) { fs.unlinkSync(token_file); } //# sourceMappingURL=reset.js.map