1.0.0 • Published 9 years ago

snep v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

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.

1.0.0

9 years ago