var version = require("../../package.json").version; var render = { boilerplate: ` `, boilerplateNl: ` `, embed: ` `, part: ` `, path: ` `, text: ` This is a test `, circle: ` `, 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 `, snippet: ` ` }; module.exports = render;