@magenta/music
Advanced tools
Comparing version 0.0.10 to 1.0.0
{ | ||
"name": "@magenta/music", | ||
"version": "0.0.10", | ||
"version": "1.0.0", | ||
"description": "Make music in the browser with machine learning.", | ||
@@ -29,6 +29,8 @@ "main": "es5/index.js", | ||
"tslint": "^5.9.1", | ||
"typedoc": "^0.11.1", | ||
"typedoc-plugin-sourcefile-url": "^1.0.3", | ||
"typescript": "2.7.2" | ||
}, | ||
"scripts": { | ||
"prepublish": "yarn lint && yarn test && yarn build && yarn build-demos && yarn bundle", | ||
"prepublish": "yarn lint && yarn test && yarn build && yarn doc && yarn bundle", | ||
"build": "tsc", | ||
@@ -40,3 +42,4 @@ "bundle": "browserify --standalone mm src/index.ts -p [tsify] > dist/magentamusic.js", | ||
"run-demos": "yarn build-demos && http-server demos/", | ||
"proto": "pbjs --force-number -t static-module -w commonjs -o src/protobuf/proto.js ../../protobuf/music.proto && pbts -o src/protobuf/proto.d.ts src/protobuf/proto.js" | ||
"proto": "pbjs --force-number -t static-module -w commonjs -o src/protobuf/proto.js ../../protobuf/music.proto && pbts -o src/protobuf/proto.d.ts src/protobuf/proto.js", | ||
"doc": "typedoc --sourcefile-url-prefix 'https://github.com/tensorflow/magenta-js/tree/master/music/src/' --out ../docs/ src --mode modules --excludePrivate --exclude '**/*+(index|test).ts' --excludeExternals" | ||
}, | ||
@@ -43,0 +46,0 @@ "author": "Magenta", |
@@ -1,5 +0,7 @@ | ||
# MagentaMusic.js API | ||
# @magenta/music | ||
This JavaScript implementation of Magenta's musical note-based models uses [TensorFlow.js](https://js.tensorflow.org) for GPU-accelerated inference. | ||
Complete documentation is available at https://tensorflow.github.io/magenta-js. | ||
For the Python TensorFlow implementations, see the [main Magenta repo](https://github.com/tensorflow/magenta). | ||
@@ -47,4 +49,4 @@ | ||
<head> | ||
<!-- Load MagentaMusic.js --> | ||
<script src="https://cdn.jsdelivr.net/npm/@magenta/music@0.0.8"> </script> | ||
<!-- Load @magenta/music --> | ||
<script src="https://cdn.jsdelivr.net/npm/@magenta/music@0.0.10"> </script> | ||
@@ -51,0 +53,0 @@ <!-- Place your code in the script tag below. You can also use an external .js file --> |
Sorry, the diff of this file is too big to display
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
2041305
50324
1
160
14