🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

hx-quicksettings

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hx-quicksettings

Haxe extern classes for https://github.com/bit101/quicksettings

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Haxe extern classes for QuickSettings.

QuickSettings is a JavaScript library for making a quick settings panel to control code parameters.

Usage in Haxe

Download and add the .js and .css files in your HTML file.

<link rel="stylesheet" type="text/css" href="quicksettings.css">
<script type="text/javascript" src="quicksettings.js"></script>

In Haxe/JavaScript you can use the panel like this:

import quicksettings.QuickSettings;

var settings:QuickSettings = QuickSettings.create(20, 20, "Settings");

Enjoy!

Read more at the original project: https://github.com/bit101/quicksettings

Keywords

javascript

FAQs

Package last updated on 26 Nov 2015

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