Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattorchard/vippet
https://github.com/mattorchard/vippet
svelte typescript
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattorchard/vippet
- Owner: mattorchard
- Created: 2020-11-09T01:00:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T01:17:54.000Z (almost 4 years ago)
- Last Synced: 2023-02-26T01:03:55.523Z (over 1 year ago)
- Topics: svelte, typescript
- Language: Svelte
- Homepage: https://vippet.netlify.app/
- Size: 1.8 MB
- Stars: 33
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vippet
Vippet is a webapp for recording short shareable video snippets.It uses [MediaRecorder](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/MediaRecorder) for video creation,
and [gif.js](https://jnordberg.github.io/gif.js/) for GIF rendering.Vippet is hosted using Netlify, and is live at [vippet.netlify.app/](https://vippet.netlify.app/)
## Running locally
```bash
npm install
npm run dev
```
Navigate to [localhost:5000](http://localhost:5000)## Other details
This project was created using the [SvelteJS starter Template](https://github.com/sveltejs/template).