replace strudel.tidalcycles.org with strudel.cc
This commit is contained in:
parent
6c2330984e
commit
af915be142
40 changed files with 350 additions and 350 deletions
|
|
@ -6,7 +6,7 @@ class Strudel extends HTMLElement {
|
|||
setTimeout(() => {
|
||||
const code = (this.innerHTML + '').replace('<!--', '').replace('-->', '').trim();
|
||||
const iframe = document.createElement('iframe');
|
||||
const src = `https://strudel.tidalcycles.org/#${encodeURIComponent(btoa(code))}`;
|
||||
const src = `https://strudel.cc/#${encodeURIComponent(btoa(code))}`;
|
||||
// const src = `http://localhost:3000/#${encodeURIComponent(btoa(code))}`;
|
||||
iframe.setAttribute('src', src);
|
||||
iframe.setAttribute('width', '600');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue