figmagic

Modules

contracts/ApiResponse
contracts/Config
contracts/Css
contracts/Element
contracts/Figma
contracts/FigmaData
contracts/FigmaElement
contracts/FigmagicElement
contracts/Files
contracts/Graphic
contracts/Imports
contracts/Metadata
contracts/ParsedElementMetadataInterface
contracts/Parsing
contracts/PrepFile
contracts/ProcessedToken
contracts/Templates
contracts/TextElement
contracts/TokenMatch
contracts/Tokens
contracts/TypographyElement
contracts/Write
controllers/FigmagicController
entities/Config
entities/Config/baseConfig
entities/Config/logic/createConfiguration
entities/Config/logic/parseCliArgs
entities/Config/logic/validateConfig
entities/FigmagicElement
entities/FigmagicElement/logic/classRepresentsTextOnlyElement
entities/FigmagicElement/logic/cleanArrays
entities/FigmagicElement/logic/createCssString
entities/FigmagicElement/logic/getFileContents
entities/FigmagicElement/logic/getIntersectingValues
entities/FigmagicElement/logic/getTokenMatch
entities/FigmagicElement/logic/getUniqueValues
entities/FigmagicElement/logic/parseCssFromElement
entities/FigmagicElement/logic/parsers/getBackgroundColor
entities/FigmagicElement/logic/parsers/getBorderColor
entities/FigmagicElement/logic/parsers/getPaddingX
entities/FigmagicElement/logic/parsers/getPaddingY
entities/FigmagicElement/logic/parsers/getShadow
entities/FigmagicElement/logic/parsers/parseBackgroundColor
entities/FigmagicElement/logic/parsers/parseBorderColor
entities/FigmagicElement/logic/parsers/parseBorderRadius
entities/FigmagicElement/logic/parsers/parseBorderWidth
entities/FigmagicElement/logic/parsers/parseHeight
entities/FigmagicElement/logic/parsers/parsePadding
entities/FigmagicElement/logic/parsers/parseShadow
entities/FigmagicElement/logic/parsers/updateParsing
entities/FigmagicElement/logic/parseTypographyStylingFromElement
entities/FigmagicElement/logic/processNestedCss
entities/FigmagicElement/logic/sliceOutObjectFromFile
entities/Token
entities/Token/logic/makeBorderWidthTokens
entities/Token/logic/makeColorTokens
entities/Token/logic/makeDelayTokens
entities/Token/logic/makeDurationTokens
entities/Token/logic/makeEasingTokens
entities/Token/logic/makeFontSizeTokens
entities/Token/logic/makeFontTokens
entities/Token/logic/makeFontWeightTokens
entities/Token/logic/makeLetterSpacingTokens
entities/Token/logic/makeLineHeightTokens
entities/Token/logic/makeMediaQueryTokens
entities/Token/logic/makeOpacityTokens
entities/Token/logic/makeRadiusTokens
entities/Token/logic/makeShadowTokens
entities/Token/logic/makeSpacingTokens
entities/Token/logic/makeZindexTokens
frameworks/errors/errors
frameworks/filesystem/checkIfExists
frameworks/filesystem/createFolder
frameworks/filesystem/createMissingFoldersFromPath
frameworks/filesystem/getDataHelpers
frameworks/filesystem/getFileContentAndPath
frameworks/filesystem/getSvgFileData
frameworks/filesystem/isJsonString
frameworks/filesystem/loadFile
frameworks/filesystem/prepareWrite
frameworks/filesystem/prepFile
frameworks/filesystem/refresh
frameworks/filesystem/write
frameworks/filesystem/writeBaseJson
frameworks/filesystem/writeFile
frameworks/messages/messages
frameworks/network/downloadFile
frameworks/network/getData
frameworks/network/getDataLocal
frameworks/network/getDataRemote
frameworks/network/getFromApi
frameworks/network/request
frameworks/string/calculateDegree2Point
frameworks/string/checkIfStringOnlyContainsReturnsOrSpaces
frameworks/string/cleanSvgData
frameworks/string/convertHexToRgba
frameworks/string/convertRgbaToHex
frameworks/string/createEnumStringOutOfObject
frameworks/string/createImportStringFromList
frameworks/string/createLinearGradientString
frameworks/string/createRadialGradientString
frameworks/string/createSolidColorString
frameworks/string/getAlphaInPercent
frameworks/string/getFigmaDocumentId
frameworks/string/getId
frameworks/string/normalizeUnits
frameworks/string/removeAllIds
frameworks/string/replaceMediaQuery
frameworks/string/roundColorValue
frameworks/string/roundNumber
frameworks/string/sanitizeString
frameworks/string/toPascalCase
frameworks/system/acceptedFileTypes
frameworks/system/acceptedTokenTypes
frameworks/system/checkIfVoidElement
frameworks/system/colors
frameworks/system/configToInit
frameworks/system/ignoreElementsKeywords
frameworks/system/loadEnv
frameworks/system/validatorLists
usecases/createElements
usecases/createGraphics
usecases/createTokens
usecases/interactors/common/createPage
usecases/interactors/elements/processElements
usecases/interactors/elements/processGraphicElementsMap
usecases/interactors/elements/writeElements
usecases/interactors/elements/writeGraphicElementsMap
usecases/interactors/graphics/getFileList
usecases/interactors/graphics/getIds
usecases/interactors/graphics/getIdString
usecases/interactors/graphics/processGraphics
usecases/interactors/graphics/writeGraphics
usecases/interactors/tokens/processTokens
usecases/interactors/tokens/writeTokens