JSFiddle - React, Tailwind, and code Playground

by alexvestin

JavaScript

window.onload = () => {
console.log("onload")
	CanvasKitInit({
     locateFile: (file) => 'https://unpkg.com/[email protected]/bin/'+file,
}).ready().then(CanvasKit => {
	console.log("loaerd")
})
}