1.0.7 • Published 3 years ago

doz-fake-video-player v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

doz-fake-video-player

This component shows a sequences of images with a play button

Install

npm install doz-fake-video-player

Live here

Example

import Doz from 'doz'
import DozFakePlayer from 'doz-fake-video-player'

new Doz({
    root: '#app',
    template(h) {
        return h`
            <${DozFakePlayer}
                images="[
                    'https://radionorba.it/videothumb/0001.jpg',
                    'https://radionorba.it/videothumb/0002.jpg',
                    'https://radionorba.it/videothumb/0003.jpg',
                    'https://radionorba.it/videothumb/0004.jpg',
                    'https://radionorba.it/videothumb/0005.jpg'
                ]"
            />
        `
    }
});

Props

| Name | Default | Description | | images | '' | array of frames |

CDN unpkg

<script src="https://unpkg.com/doz-fake-video-player/dist/bundle.min.js"></script>

Changelog

You can view the changelog here

License

doz-fake-video-player is open-sourced software licensed under the MIT license

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago