penpot-icon-generator-plugin/index.html
Dalai Felinto f20c2a64e6 Remove Flex operator
We cannot remove them right away since Penpot needs time
to update things. This implements the option to remove
the flex layout separately.
2024-09-03 17:09:19 +02:00

20 lines
544 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blender Icons Manager</title>
</head>
<body>
<button type="button" data-appearance="primary" data-handler="create-icons">
Create Icons From Pasted SVG
</button>
<p></p>
<button type="button" data-appearance="primary" data-handler="remove-flex">
Delete Flex Layouts
</button>
<script type="module" src="/src/main.ts"></script>
</body>
</html>