Skip to content

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/export
sh
pnpm add @leafer-in/export
sh
yarn add @leafer-in/export
sh
bun add @leafer-in/export

Or 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>

Next Step

export ()

Released under the MIT License.