├── LICENSE ├── README.md ├── adapter-latest.js ├── sample.html ├── videofield.js └── videostyle.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wgryc/video-input-js/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wgryc/video-input-js/HEAD/README.md -------------------------------------------------------------------------------- /adapter-latest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wgryc/video-input-js/HEAD/adapter-latest.js -------------------------------------------------------------------------------- /sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wgryc/video-input-js/HEAD/sample.html -------------------------------------------------------------------------------- /videofield.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wgryc/video-input-js/HEAD/videofield.js -------------------------------------------------------------------------------- /videostyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wgryc/video-input-js/HEAD/videostyle.css --------------------------------------------------------------------------------