export { description, version } from '../../packages/toon/package.json' /* VitePress head */ export const name = 'TOON' export const ogUrl = 'https://toonformat.dev/' export const ogImage = `${ogUrl}og.png` export const twitterImage = `${ogUrl}twitter.png` /* GitHub and social links */ export const github = 'https://github.com/toon-format/toon' export const releases = 'https://github.com/toon-format/toon/releases' export const twitter = 'https://twitter.com/jschopplich'