UNPKG

drift-zoom

Version:

Easily add "zoom on hover" functionality to your site's images. Lightweight, no-dependency JavaScript.

11 lines (9 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = throwIfMissing; function throwIfMissing() { throw new Error("Missing parameter"); } //# sourceMappingURL=throwIfMissing.js.map