Export as String
Export an element markup into a variable

Example Project
Last updated
Was this helpful?
Export an element markup into a variable

Last updated
Was this helpful?
Was this helpful?
<svg class="Rectangle_1">
<rect id="Rectangle_1" rx="0" ry="0" x="0" y="0" width="56" height="56">
</rect>
</svg><script type="text/javascript">
var Rectangle_1 = `
<svg class="Rectangle_1">
<rect id="Rectangle_1" rx="0" ry="0" x="0" y="0" width="56" height="56">
</rect>
</svg>
`;
</script>