Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 378 Bytes

File metadata and controls

13 lines (10 loc) · 378 Bytes

@figma-extractor/parse-properties

Small helper for parsing Figma component properties

import { parseComponentProperties } from '@figma-extractor/parse-properties'

nodes
    .map(parseComponentProperties)
    .forEach(node => {
        // node.properties['Name']
    })