WIP : shader Worker

This commit is contained in:
2024-05-22 10:32:42 +02:00
parent 6f7b1bdf03
commit ca87817b33
3 changed files with 211 additions and 125 deletions
-9
View File
@@ -12,13 +12,4 @@ export default defineNuxtConfig({
'@pinia/nuxt',
'@pinia-plugin-persistedstate/nuxt',
],
app: {
head: {
script: [{
src: "/webgl-utils.js"
}, {
src: "https://lygia.xyz/resolve.js"
}]
}
},
})