UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

1 lines 399 B
{"version":3,"file":"normalizeAttr.mjs","names":[],"sources":["../../../src/parser/normalizeAttr.ts"],"sourcesContent":["import { attributesMap } from './constants';\n\nexport const normalizeAttr = (\n attr: keyof typeof attributesMap | string,\n): string => attributesMap[attr as keyof typeof attributesMap] ?? attr;\n"],"mappings":";;AAEA,MAAa,iBACX,SACW;;wCAAc,WAAA,QAAA,mBAAA,KAAA,IAAA,iBAAuC"}