Module

RoughNotation.Config

Package
purescript-rough-notation
Repository
MitchStevens/purescript-rough-notation

#Rect Source

type Rect = { h :: Number, w :: Number, x :: Number, y :: Number }

#RoughPadding Source

data RoughPadding

Constructors

#BracketType Source

#RoughAnnotationConfig Source

type RoughAnnotationConfig :: Row Typetype RoughAnnotationConfig = (animate :: Boolean, animationDuration :: Milliseconds, brackets :: Array BracketType, color :: String, iterations :: Int, multiline :: Boolean, padding :: RoughPadding, rtl :: Boolean, strokeWidth :: Number)

#toNativeConfig Source

toNativeConfig :: forall config rest config'. Union config rest RoughAnnotationConfig => Record config -> Record config'