A video experiment for converting static images to strobe sequences. https://kunsaxan.sdbs.cz/tools/slitscan
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tomáš Mládek c637ebd144 Add LICENSE 4 years ago
build Initial commit. 5 years ago
config add link @ version read-out to sidebar 4 years ago
src add link @ version read-out to sidebar 4 years ago
static Initial commit. 5 years ago
.babelrc autoformat && eslint change 4 years ago
.editorconfig Initial commit. 5 years ago
.eslintignore Initial commit. 5 years ago
.eslintrc.js autoformat && eslint change 4 years ago
.gitignore Initial commit. 5 years ago
.postcssrc.js autoformat && eslint change 4 years ago
CHANGELOG.md add changelog 4 years ago
LICENSE Add LICENSE 4 years ago
README.md Initial commit. 5 years ago
index.html change title 4 years ago
package-lock.json get rid of ccapture.js, use MediaRecorder api instead 4 years ago
package.json update package.json 4 years ago

README.md

slitscan_vue

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.