banner.js 236 B

123456789
  1. import info from '../../package.json' assert { type: "json" };
  2. export const BANNER = `/*!
  3. * Splide.js
  4. * Version : ${ info.version }
  5. * License : ${ info.license }
  6. * Copyright: ${ new Date().getFullYear() } ${ info.author }
  7. */`;