Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@pepavlin/sheet-api
Advanced tools
Sheet-api is library, that helps manage sheet formats, handling extended chords and transposing.
Sheet-api is library, that helps manage sheet formats, handling extended chords and transposing.
npm install @pepavlin/sheet-api
import {Chord, Sheet, note, transpose} from "@pepavlin/sheet-api"
// Note type
const c : note = 'C';
const e = transpose(c, 4); // Transpose by semitones
// Chord object
const gmoll = new Chord("Gm");
gmoll.transpose(2); // Use transpose to move chord's note-key
gmoll.setTransposition(-3); // Ignores previous tranpositions
// Sheet object
const sheet = new Sheet("{V1}Thank [Em]you Lor[G]d\n [D]Thanks...");
sheet.transpose(-3); // Transpose all chords on the sheet (transpose whole song)
sheet.setTransposition(0);
const sections = sheet.getData(); // Splits sheet on Sections, Lines and Segments
FAQs
Sheet-api is library, that helps manage sheet formats, handling extended chords and transposing.
The npm package @pepavlin/sheet-api receives a total of 6 weekly downloads. As such, @pepavlin/sheet-api popularity was classified as not popular.
We found that @pepavlin/sheet-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.