@remotion/media-utils
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,3 @@ export { getAudioData } from './get-audio-data'; | ||
export { getWaveformPortion } from './get-waveform-portion'; | ||
export * from './types'; | ||
export type { AudioData, VideoMetadata as VideoData } from './types'; | ||
@@ -7,0 +8,0 @@ export { useAudioData } from './use-audio-metadata'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -12,2 +22,3 @@ exports.visualizeAudio = exports.useAudioData = exports.getWaveformPortion = exports.getVideoMetadata = exports.getAudioDuration = exports.getAudioData = void 0; | ||
Object.defineProperty(exports, "getWaveformPortion", { enumerable: true, get: function () { return get_waveform_portion_1.getWaveformPortion; } }); | ||
__exportStar(require("./types"), exports); | ||
var use_audio_metadata_1 = require("./use-audio-metadata"); | ||
@@ -14,0 +25,0 @@ Object.defineProperty(exports, "useAudioData", { enumerable: true, get: function () { return use_audio_metadata_1.useAudioData; } }); |
{ | ||
"name": "@remotion/media-utils", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Utility functions for audio and video", | ||
"main": "dist/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -11,5 +12,2 @@ "test": "eslint src --ext ts,tsx", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "", | ||
@@ -21,3 +19,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"remotion": "^2.0.1" | ||
"remotion": "^2.0.2" | ||
}, | ||
@@ -24,0 +22,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
56109
99
650
Updatedremotion@^2.0.2