forked from olcxjas-softworks/LarpixClient
big updat:
- update dependencies - add webp support and webp conversion for profile images
This commit is contained in:
parent
19c3dbb42d
commit
95aaaa69ea
244 changed files with 121382 additions and 86 deletions
20
node_modules/gif.js/site/contents/tests/video.md
generated
vendored
Normal file
20
node_modules/gif.js/site/contents/tests/video.md
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Video to GIF
|
||||
script: video.coffee
|
||||
template: test.html
|
||||
---
|
||||
|
||||
<p>
|
||||
<input disabled id="sample" type="range" step="1" min="20" max="500" value="100">
|
||||
<button id="go" disabled>Do it!</button>
|
||||
</p>
|
||||
|
||||
<p id="info">Loading...</p>
|
||||
|
||||
<video id="video" width="600">
|
||||
<source src="clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.'>
|
||||
<source src="clip.ogv" type='video/ogg; codecs="theora, vorbis"'>
|
||||
</video>
|
||||
|
||||
<img id="result">
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue