mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Remove the www from all sixtyfps.io URL
This commit is contained in:
parent
0b169b564a
commit
263df7dc63
10 changed files with 20 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
-->
|
||||
<script type="module">
|
||||
"use strict";
|
||||
import * as sixtyfps from 'https://www.sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
|
||||
import * as sixtyfps from 'https://sixtyfps.io/wasm-interpreter/sixtyfps_wasm_interpreter.js';
|
||||
|
||||
function render_or_error(source, div) {
|
||||
let canvas_id = 'canvas_' + Math.random().toString(36).substr(2, 9);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue