License Activation
Kritzel is a commercial library. To use it in production, you need a valid license key.
Getting a License
License keys are available here. Contact us and we will provide you with a license key for your project.
Activating Your License
Pass your license key to the <KritzelEditor> or <kritzel-engine> component via the licenseKey prop:
<template>
<KritzelEditor
licenseKey="YOUR_LICENSE_KEY"
style="width: 100%; height: 100vh"
/>
</template>
The license key is validated at runtime. If the key is missing or invalid, the canvas will render with a watermark.