0.3.1 • Published 9 months ago

piano-you-can-play v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Web Piano

deployed site: https://webpiano.surge.sh/

Installation

To install the package, run this command in terminal

npm install piano-you-can-play@v0.3.1

Then you can import the package into a React component like this

import { Interface } from "piano-you-can-play";

function App() {
  return (
    <div>
    // ... 
      <Interface />
    </div>
  );
}

Updating this Package

If you are updating this package, and want to create a new version, change the version number in package.json and in the "Installation" section of this Readme. Then run these commands:

npm login
npm run build
npm publish

See here for more information: https://levelup.gitconnected.com/publish-react-components-as-an-npm-package-7a671a2fb7f

0.3.0

10 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.9

10 months ago

0.2.3

12 months ago

0.3.1

9 months ago

0.2.2

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago