import pkg from '../../package.json' assert { type: 'json' } const { version } = pkg var render = { boilerplate: ``, boilerplateNl: ``, embed: ``, stack: ``, part: ``, path: ``, text: `This is a test `, multiText: `This is a testwith text onmultiple lines `, multiTextDflt: `This is a testwith text onmultiple lines `, textOnPath: `This is another test`, textOnPathCenter: `This is another test`, textOnPathRight: `This is another test`, circle: ``, snippet: ``, rotatedSnippet: ``, scaledSnippet: ``, } export default render