@cartella/studio
v1.7.3
Published
Opinionated editor app shell for Cartella — toolbar, panels, shortcuts, i18n, theming
Readme
@cartella/studio
The turnkey editor app shell for Cartella. Built on @cartella/react primitives; pass a preset, get a working editor.
Status
Pre-alpha.
Install
pnpm add @cartella/studio @cartella/presetsUsage
import { Studio } from '@cartella/studio';
import { idCardPreset } from '@cartella/presets';
<Studio
preset={idCardPreset}
onSave={async (canvas) => {
/* ... */
}}
/>;License
Dual-licensed. Core editor features are MIT. Pro features (white-labeling, custom fonts, hosted features) require a commercial license — see LICENSE-PRO.md when added.
