UNPKG

photo-view

Version:

PhotoView - Pan, PinchZoom and Swipe for mobile

7 lines (5 loc) 169 B
var test = require('ava'); var PhotoView = require('../dist/build'); test('PhotoView exist', t => { t.is(typeof PhotoView, 'function', 'PhotoView doesnt exist'); });