UNPKG

fancybox

Version:

fancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built on the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to cus

11 lines (7 loc) 218 B
'use strict'; var $ = require('jquery'); require('./dist/js/jquery.fancybox.cjs.js')($); var assert = require('chai').assert; assert.strictEqual($.fancybox.version, '2.1.5'); console.log('success'); phantom.exit();