0.3.1 • Published 2 years ago
piano-you-can-play v0.3.1
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
2 years ago
0.2.7
2 years ago
0.2.6
2 years ago
0.2.9
2 years ago
0.2.3
2 years ago
0.3.1
2 years ago
0.2.2
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago