fuc-new/doc/node_modules/watermark-js-plus/index.js
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

8 lines
174 B
JavaScript

'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/index.cjs.min.js')
} else {
module.exports = require('./dist/index.cjs.js')
}