UNPKG

@pdfme/schemas

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

14 lines 397 B
import { pdfRender } from './pdfRender.js'; import { propPanel } from './propPanel.js'; import { uiRender } from './uiRender.js'; import { Type } from 'lucide'; import { createSvgStr } from '../utils.js'; const schema = { pdf: pdfRender, ui: uiRender, propPanel, icon: createSvgStr(Type), uninterruptedEditMode: true, }; export default schema; //# sourceMappingURL=index.js.map