@bubltechnology/spherical-metadata
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,2 @@ { | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -18,2 +17,11 @@ "commit": "git-cz", | ||
}, | ||
"keywords": [ | ||
"Spherical", | ||
"Metadata", | ||
"360", | ||
"Spatial Media", | ||
"MP4", | ||
"rdf", | ||
"xml" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -28,2 +36,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"@bubltechnology/customizable-commit-analyzer": "^1.0.0", | ||
"ava": "^0.15.2", | ||
@@ -35,2 +44,5 @@ "commitizen": "^2.8.5", | ||
}, | ||
"release": { | ||
"analyzeCommits": "@bubltechnology/customizable-commit-analyzer" | ||
}, | ||
"config": { | ||
@@ -40,3 +52,4 @@ "commitizen": { | ||
} | ||
} | ||
} | ||
}, | ||
"version": "1.0.1" | ||
} |
@@ -8,4 +8,12 @@ # spherical-metadata | ||
[![npm version](https://img.shields.io/npm/v/@bubltechnology/spherical-metadata.svg?style=flat-square)](https://www.npmjs.org/package/@bubltechnology/spherical-metadata) | ||
[![License](http://img.shields.io/:license-apache-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html) | ||
## Using the library | ||
```bash | ||
npm install @bubltechnology/spherical-metadata | ||
``` | ||
### injectMetadata | ||
@@ -15,3 +23,3 @@ Inject spherical metadata into an MP4 file | ||
```javascript | ||
const sphericalMetadata = require('spherical-metadata') | ||
const sphericalMetadata = require('@bubltechnology/spherical-metadata') | ||
@@ -27,3 +35,3 @@ sphericalMetadata.injectMetadata({ | ||
}).then(() => { | ||
console.log("Metadata injection completed") | ||
console.log('Metadata injection completed') | ||
}) | ||
@@ -57,3 +65,3 @@ | ||
```javascript | ||
const sphericalMetadata = require('spherical-metadata') | ||
const sphericalMetadata = require('@bubltechnology/spherical-metadata') | ||
sphericalMetadata.readMetadata(value).then((data) => { | ||
@@ -60,0 +68,0 @@ console.log(data) |
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
72
49282
6
22
1396