Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0fdf4573
Commit
0fdf4573
authored
Nov 13, 2020
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add package serve to run a local server
parent
2ef8d96c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
619 additions
and
1 deletion
+619
-1
package-lock.json
wasm/package-lock.json
+616
-0
package.json
wasm/package.json
+3
-1
No files found.
wasm/package-lock.json
View file @
0fdf4573
This diff is collapsed.
Click to expand it.
wasm/package.json
View file @
0fdf4573
...
...
@@ -4,6 +4,7 @@
"description"
:
"ffmpeg.wasm core"
,
"main"
:
"dist/ffmpeg-core.js"
,
"scripts"
:
{
"start"
:
"serve ."
,
"test"
:
"node --experimental-wasm-threads --experimental-wasm-bulk-memory ./node_modules/.bin/jest"
},
"files"
:
[
...
...
@@ -29,6 +30,7 @@
},
"homepage"
:
"https://github.com/ffmpegwasm/FFmpeg#readme"
,
"devDependencies"
:
{
"jest"
:
"^26.4.2"
"jest"
:
"^26.4.2"
,
"serve"
:
"^11.3.2"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment