1.1.1 • Published 4 months ago

tweakpane-plugin-import-export v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Tweakpane plugin Import / Export

build release

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

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

4 months ago

1.1.0

4 months ago

1.0.0

4 months ago