Skip to content

juliendargelos/tweakpane-plugin-import-export

Repository files navigation

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' })

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published