Package-level declarations

Types

Link copied to clipboard
data class Color(val path: String, val theme: String, val rgba: Color.RGBA)
Link copied to clipboard
sealed class ColorFile

To allow manage a tree of colors easily, this sealed class indicates the different type of files it has.

Link copied to clipboard
value class FileKey(value: String)

The key can be found in the url of the project.

Link copied to clipboard
data class TaskFile(val path: String, val content: String)

The output that are being to be generated by Figmagen

Functions

Link copied to clipboard
Link copied to clipboard

Transform a list of Color into a tree of ColorFile.

Properties

Link copied to clipboard