mirror of
https://github.com/pdfme/pdfme.git
synced 2026-05-24 06:36:00 -04:00
* IMPL * Remove read-only schema from playground * Support read-only in multiVariableText schema * Change readOnly checkbox * Minor fix * revert MVT changes * Fix for MVT * Minor fix
This repository is a playground and development environment for the https://github.com/pdfme/pdfme library. It can be started with the following command.
root directory
$ npm install
$ npm run build
playground directory
$ npm install
$ npm run dev
If you are developing a pdfme library, please refer to the following document. https://github.com/pdfme/pdfme/blob/main/DEVELOPMENT.md