mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 01:44:55 +00:00
12 lines
248 B
JavaScript
12 lines
248 B
JavaScript
"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;
|