snep

A lightbox that uses Vue or something

Usage no npm install needed!

<script type="module">
  import snep from 'https://cdn.skypack.dev/snep';
</script>

README

Snep

A lightbox for cats

Installation:

npm install snep

then

var Vue  = require('vue');
var Snep = require('snep');

var vm = new Vue({
    components: { Snep }
});

then

...
<snep image="large-image.jpg">
    <img src="thumbnail.jpg"/>
</snep>
...

and you're snepping.