hackuun

Results 13 issues of hackuun

Hi. Is there an option to support responsive images?

enhancement

Is there any option by any chance to center tooltip? If you look closely to Medium, they have it.

enhancement

I got this error when I run `npm run build` with webpack starter ``` ERROR in static/js/vendor.45aff846fcfadbed7d10.js from UglifyJs Unexpected token: punc (() [./~/vue-particles/src/vue-particles/index.js:6,0][static/js/vendor.45aff846fcfadbed7d10.js:33150,12] ```

In general, plugin works. But a few times I had this error: ``` Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child...

Hello. Thanks for the package! I want to know what is the way to remove console log output? Not really nice to put this in production.

I see you remove console.log in 1.2.1, but in npm there's only 1.2.0 version

For what critical reason we are packaged with huge lodash dependency?

enhancement
help wanted

Hello. I got that error when I try to destroy ``` beforeDestroy () { const destroyZoom = zoom(document.querySelector('img')) destroyZoom() console.log('destroyed') } ```

I there an option to use offset with Inview? I tried following this, but this is doesn't work ```js let waypoint = new Waypoint.Inview({ element: document.querySelector('.waypoint'), entered: (direction) => {...

Hi. I was following your guides. This doesn't work. ``` var _ouibounce = ouibounce(false, { callback: function() { console.log('ouibounce fired!'); } }) ``` How to use this library without `ouibounce-modal`...