UNPKG

threed-ai

Version:

'threed-ai' supporting Vite, Next, Nuxt, as a functioning, low-dependency app, a package supporting monorepos of workspaces that utilize 'ThreeJS, WebGL, React, TypeScript <r3Fiber>, GraphQL'.

16 lines (15 loc) 540 B
<!DOCTYPE html> <html lang="en"> <head> <!-- This is the main template for the site, with index.jsx building the content and behavior --> <title>threed.ai</title> <meta charSet="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" href="https://threedgarden.com/favicon/favicon.ico" /> </head> <body> <div id="root"></div> <!-- <script type="module" src="index.js"></script> --> <script type="module" src="/src/vite/index.jsx"></script> </body> </html>