0.2.0 • Published 12 months ago

@bundling-server-example/basic-button v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Basic Button

This JavaScript library renders a button that plays a basic drum pattern.

Installation

npm install @bundling-server-example/basic-button

Usage

import { addBasicButton } from "@bundling-server-example/basic-button";

// append to any container in the DOM
const body = document.querySelector("body");
addBasicButton(body);

License

MIT