UNPKG

coolzoom

Version:

Coolzoom is a jQuery plugin for displaying enlarged images on webpages. Coolzoom works on desktop, mobiles and tablets.

22 lines (18 loc) 338 B
/** * Created by thimpat on 29/10/2015. */ (function() { 'use strict'; /** * Return this module's path */ exports.getPath = function () { var path, modPath; path = require('path'); modPath = path.join(__dirname); return modPath; }; }());