Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Mar 2, 2024
1 parent f726c63 commit a621c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export default `
err.textContent = ev.message + ' in line ' + (ev.lineno - 38)
err.style.display = 'block'
})
</script>
<script>
{library}
((lc) => {
window.litecanvas = (config = {}) => {
config.plugins = config.plugins || [];
Expand Down

0 comments on commit a621c90

Please sign in to comment.