chart2music
Advanced tools
Comparing version 0.5.1 to 1.0.0
@@ -29,3 +29,6 @@ import type { SonifyTypes, c2mOptions, c2mGolangReturn } from "./types"; | ||
private _type; | ||
private _explicitAxes; | ||
constructor(input: SonifyTypes); | ||
_generateSummary(): void; | ||
setData(data: SonifyTypes["data"], axes?: SonifyTypes["axes"]): void; | ||
setOptions(option: c2mOptions): void; | ||
@@ -32,0 +35,0 @@ getCurrent(): { |
@@ -64,2 +64,3 @@ interface AudioEngine { | ||
onFocusCallback?: (point: c2mCallbackType) => void; | ||
onSelectCallback?: (point: c2mCallbackType) => void; | ||
live?: boolean; | ||
@@ -66,0 +67,0 @@ maxWidth?: number; |
@@ -885,2 +885,12 @@ var c2mChart = (function (exports) { | ||
{ | ||
title: "Select item", | ||
key: "Enter", | ||
callback: () => { | ||
this._options.onSelectCallback?.({ | ||
slice: this._groups[this._groupIndex], | ||
index: this._pointIndex | ||
}); | ||
} | ||
}, | ||
{ | ||
title: "Go backward by a tenth", | ||
@@ -887,0 +897,0 @@ key: "Ctrl+ArrowLeft", |
{ | ||
"name": "chart2music", | ||
"version": "0.5.1", | ||
"version": "1.0.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
@@ -25,3 +25,3 @@ # Chart2Music | ||
On your page, you will also need your chart. For the sake of similicity, here's an example with an image: | ||
On your page, you will also need your chart. For the sake of simplicity, here's an example with an image: | ||
@@ -63,1 +63,3 @@ ```html | ||
* [with Frappe](https://codepen.io/chart2music/full/QWmrWWE) | ||
Go to [chart2music.com](https://www.chart2music.com) for the full tutorial. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
117070
2803
0
63