UNPKG

lasso

Version:

Lasso.js is a build tool and runtime library for building and bundling all of the resources needed by a web application

6 lines (4 loc) 198 B
const compatible = require('./env').compatible; module.exports = compatible ? require('./src/plugins/lasso-image').getImageInfo : require('./dist-compat/plugins/lasso-image').getImageInfo;