UNPKG

swup

Version:

Complete, flexible, extensible and easy to use page transition library for your web.

13 lines (10 loc) 215 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var log = function log(str) { if (this.options.debugMode) { console.log(str + '%c', 'color: #009ACD'); } }; exports.default = log;