Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MadeByMike/video-to-css
A hack project. it is stupid don't do it.
https://github.com/MadeByMike/video-to-css
Last synced: 3 months ago
JSON representation
A hack project. it is stupid don't do it.
- Host: GitHub
- URL: https://github.com/MadeByMike/video-to-css
- Owner: MadeByMike
- Created: 2017-01-18T12:07:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T12:30:28.000Z (almost 8 years ago)
- Last Synced: 2024-07-18T16:34:39.684Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video to CSS
A hack project. It is a bit stupid so maybe don't do it.## If you must
```
npm i
npm start
```This will build a `test.html` file from `test.gif` in the root directory change the source and destination files `index.js`.
## More disclaimers
This will probably chrash your browser! In my tests Firefox worked best. It also helped slowing the duration (vars in `index.js`).
It does some smart stuff like remove duplicate frames but if there are any other optomisation that could make it work better (or work at all) let me know.