1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

feat: Flash playback using Ruffle

Still a work in progress.
This commit is contained in:
CenTdemeern1
2024-10-13 07:58:03 +02:00
parent 7f18e94e97
commit 6aa4727d1d
15 changed files with 698 additions and 2 deletions

View File

@@ -99,6 +99,15 @@ export const FILE_EXT_TRACKER_MODULES = [
'mmcmp',
];
export const FILE_TYPE_FLASH_CONTENT = [
'application/x-shockwave-flash',
'application/vnd.adobe.flash.movie',
];
export const FILE_EXT_FLASH_CONTENT = [
'swf',
];
/*
https://github.com/sindresorhus/file-type/blob/main/supported.js
https://github.com/sindresorhus/file-type/blob/main/core.js