🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

tanana

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tanana

Music sheet web component

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
2
Created
Source

player

Music sheet web component. The npm tanana package.

Usage

<meta charset="utf-8">
<title>tanana-player demo</title>
<!-- you'll need the vue script 334Kb -->
<script src="https://unpkg.com/vue"></script>
<!-- plus our script 1.4MB -->
<script src="node_modules/tanana/dist/tanana-player.min.js"></script>

<!-- then you can use the web component, like this -->
<tanana-player music-xml="path/to/sheet.xml"></tanana-player>

The required music-xml attribute is a music xml file. We plan on releasing a npm package converter from other popular music score software file formats.

Project setup

Please use nvm to avoid node version conflicts between your local projects

nvm use
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Tests web component being used

npm run wc-test

Lints and fixes files

npm run lint

Contributing

Please develop and run tests in the test folder.

npm test

Keywords

music

FAQs

Package last updated on 12 May 2020

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