Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A hack project. it is stupid don't do it.

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.