Export Elements
Element export functionality.
Install Plugin
You need to install the export plugin to use this feature. Visit GitHub repository.
sh
npm install @leafer-in/exportsh
pnpm add @leafer-in/exportsh
yarn add @leafer-in/exportsh
bun add @leafer-in/exportOr include via script tag and access plugin APIs through the global variable LeaferIN.export.
html
<script src="https://unpkg.com/@leafer-in/export@2.1.0/dist/export.min.js"></script>html
<script src="https://unpkg.com/@leafer-in/export@2.1.0/dist/export.js"></script>