tweakpane-plugin-file-import
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "tweakpane-plugin-file-import", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A general-purpose and simple file input Tweakpane plugin", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/LuchoTurtle/tweakpane-plugin-file-import", |
@@ -26,3 +26,3 @@ # `tweakpane-plugin-file-import` | ||
const pane = new Tweakpane.Pane(); | ||
pane.registerPlugin(FileInputPlugin); | ||
pane.registerPlugin(TweakpaneFileImportPlugin); | ||
</script> | ||
@@ -43,6 +43,6 @@ ``` | ||
import {Pane} from 'tweakpane'; | ||
import * as FileImportPlugin from 'tweakpane-plugin-file-import'; | ||
import * as TweakpaneFileImportPlugin from 'tweakpane-plugin-file-import'; | ||
const pane = new Pane(); | ||
pane.registerPlugin(FileImportPlugin); | ||
pane.registerPlugin(TweakpaneFileImportPlugin); | ||
``` | ||
@@ -49,0 +49,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46217