import pkg from '../package.json' with { type: 'json' }; export function getHTMLBanner() { return `\ `; } export function getJSBanner() { return `\ /** * @file * @license ${pkg.name} v${pkg.version} - ${pkg.license} * * This source code is licensed under the ${pkg.license} license. * See the LICENSE file in the root directory of this source tree. */ `; }