expo-video-thumbnails
Version:
Provides function that let you generate an image from video.
42 lines • 1.09 kB
JSON
{
"name": "expo-video-thumbnails",
"version": "56.0.3",
"description": "Provides function that let you generate an image from video.",
"main": "build/VideoThumbnails.js",
"types": "build/VideoThumbnails.d.ts",
"keywords": [
"react-native",
"expo",
"expo-video-thumbnails",
"thumbnail",
"android",
"ios"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-video-thumbnails"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/video-thumbnails/",
"dependencies": {},
"devDependencies": {
"expo": "56.0.0-preview.5",
"expo-module-scripts": "56.0.2"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "a8ab3da510a34b7bdb2262aa9887d4f78b102280",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}