UNPKG

handsfree

Version:

A library for creating head-controlled, handsfree user interfaces via computer vision just...like...✨...that!

7 lines 199 B
/** * Adds image lazyloading via <img v-lazy='"img.jpg"'> * @see https://github.com/hilongjw/vue-lazyload */ import Vue from 'vue' import VueLazyload from 'vue-lazyload' Vue.use(VueLazyload)