New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@0b5vr/imtweakpane

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0b5vr/imtweakpane

Tweakpane but with immediate-y interface (actually not)

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

imtweakpane

Latest NPM release

Tweakpane but with immediate-y interface (actually not)

Rough, experimental, made for myself

<script src="https://unpkg.com/tweakpane@3.0.5/dist/tweakpane.js"></script>
<script src="https://unpkg.com/@0b5vr/imtweakpane@0.1.1/dist/imtweakpane.js"></script>

<script>
  const gui = new IMTWEAKPANE.ImPane();

  const update = () => {
    requestAnimationFrame(update);

    const folder = gui.folder("folder");
    const value = folder.value("value", 1.0, { min: 0.0, max: 1.0 });
  };
  update();
</script>
  • Docs

FAQs

Package last updated on 30 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts