feat: Enable native imaging for web

This commit is contained in:
Christian Kußowski 2025-10-24 13:32:59 +02:00
commit 6e87353e08
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 14 additions and 9 deletions

View file

@ -33,6 +33,7 @@
<title>FluffyChat</title>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" type="text/css" href="splash/style.css">
<script src="Imaging.js"></script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>