From 9234673d2a1100f06d10cbf45dc5957c125c1194 Mon Sep 17 00:00:00 2001 From: Ye-hyoung Kang Date: Fri, 28 Jan 2022 10:11:27 +0900 Subject: [PATCH] fix(demo): allow opening PSD files on Windows Due to inconsistencies in how browsers across different platforms handle the `accept` field of a file input, we need to use file extensions, rather than MIME types, to allow opening PSD files. --- examples/browser/statics/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser/statics/index.html b/examples/browser/statics/index.html index 8b9baee..4bef9a2 100644 --- a/examples/browser/statics/index.html +++ b/examples/browser/statics/index.html @@ -74,7 +74,7 @@

Features

Select psd/psb file

- +

Results

After the file is selected, the PSD file parsing result is shown