UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

9 lines (8 loc) 377 B
if (Number(process.versions.node.split('.')[0]) < 8) { console.warn('DEPRECATION NOTICE - Node 6 has been scheduled for removal from the Cloudinary SDK'); // required polyfills for native ES6/7 functions (such as String.prototype.padStart) require('core-js'); module.exports = require('./lib-es5/cloudinary'); } else { module.exports = require('./lib/cloudinary'); }