fheyen

Results 3 issues of fheyen

```javascript export default class DynamicTimeWarping { constructor(ts1, ts2, distanceFunction) { this.ser1 = ts1; this.ser2 = ts2; this.distFunc = distanceFunction; this.distance = null; this.matrix = null; this.path = null; } getDistance()...

I cannot resize images with bilinear interpolation, the following code throws an error and I have no idea why: ```js const image = await Image.load('myImage.jpg'); const processed = image.resize({ width:...

When trying to export OSMD to PDF, using the [code](https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/blob/master/demo/index.js) provided in the [demo](https://opensheetmusicdisplay.github.io/demo/), I found that the fret numbers of guitar tablature are not exported. Demo looks like this:...

demo