opsCanvas

@thisotherthing/svg-canvas

LayerPathCommandValues

"M""m""L""l""H""h""V""v""C""c""S""s""Q""q""T""t""A""a""Z""z"

SvgCanvasUnitValues

"none""em""ex""px""pt""pc""cm""mm""in""percentages"

createSvgCanvas

// Creates an opsCanvas

Parameters
info?
width:number
height:number
units:noneemexpxptpccmmminpercentages
style?:
fill?:"none"string
stroke?:"none"string
strokeWidth?:number
Return
SvgCanvas