UNPKG
zp-figma-converter
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Convert Figma designs to various code formats
zp-figma-converter
/
dist
/
libs
/
json2csd
/
json2csd.d.ts
7 lines
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Convert JSON file to CSD *
@param
jsonFilePath JSON file path *
@param
outputFilePath Output CSD file path */
export
declare
function
convertFile
(
jsonFilePath:
string
, outputFilePath:
string
):
void
;
//# sourceMappingURL=json2csd.d.ts.map