tweakpane-plugin-import-export
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Tweakpane plugin Import / Export

build release

Plugin that provides a user interface to import / export values within Tweakpane.


Tweakpane plugin Import/Export preview

Install

pnpm add tweakpane-plugin-import-export

Usage

import { Pane } from 'tweakpane'
import * as ImportExportPlugin from 'tweakpane-plugin-import-export'

// Or using a CDN:
// import { Pane } from 'https://esm.sh/tweakpane'
// import * as ImportExportPlugin from 'https://esm.sh/tweakpane-plugin-import-export'

const pane = new Pane()
pane.registerPlugin(ImportExportPlugin)

pane.addBlade({ view: 'import-export' })

Readme

Keywords

none

Package Sidebar

Install

npm i tweakpane-plugin-import-export

Weekly Downloads

10

Version

1.3.0

License

MIT

Unpacked Size

6 kB

Total Files

6

Last publish

Collaborators

  • juliendargelos