slint/tools/figma-inspector/index.html
Nigel Breslaw 0eec751d16
Figma plugin update for non dev mode (#7698)
This PR adds a floating window to the free non dev mode of Figma showing the slint properties for any selected item.

It also enables type checking for the project in CI.

It brings back the React frontend code. More documentation is needed.
2025-02-25 10:41:11 +02:00

15 lines
357 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index-react.tsx"></script>
</body>
</html>