TLSvgOptions
Public typealias
Signature
type TLSvgOptions = {
  background: boolean
  bounds: Box
  darkMode?: boolean
  padding: number
  preserveAspectRatio: React.SVGAttributes<SVGSVGElement>['preserveAspectRatio']
  scale: number
}
References
Source

