animate/webGl/my-threejs-test/node_modules/htmlnano/index.cjs

12 lines
248 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const htmlnano = require("./lib/htmlnano.cjs").default;
exports.default = htmlnano;
// for backward compatibility with require('htmlnano')
module.exports = htmlnano;