Update package.json
This commit is contained in:
10
package.json
10
package.json
@@ -1,14 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "video-frames",
|
"name": "video-frames",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Client side video frames extraction as base64 encoded images",
|
"description": "Client-side video frames extraction as base64 encoded images",
|
||||||
"author": "Utkarsh Verma",
|
"author": "Utkarsh Verma",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"video",
|
"video",
|
||||||
"frame",
|
"frames",
|
||||||
"client-side",
|
"client-side",
|
||||||
"base64"
|
"canvas",
|
||||||
|
"base64",
|
||||||
|
"browser"
|
||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user