UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSnap = isSnap; function isSnap(instance) { return (typeof instance === 'object' && instance !== null && 'slides' in instance && 'toCoord' in instance); } //# sourceMappingURL=isSnap.js.map