Skip to content

Commit 3ba5bc5

Browse files
author
abdelfattah
committed
new ✨ Add support to HEIC and TIFF formats
1 parent 0da3c07 commit 3ba5bc5

21 files changed

+224
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v1.5.0 (05/09/2023)
4+
5+
### New
6+
7+
- ✨ Add support to HEIC and TIFF formats
8+
39
## v1.4.0 (31/07/2023)
410

511
### New

cypress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineConfig({
2626
framework: 'react',
2727
bundler: 'vite',
2828
viteConfig: defineViteConfig({
29+
assetsInclude: ['**/*.tiff', '**/*.heic'],
2930
plugins: [tsconfigPaths()],
3031
}),
3132
},

cypress/.DS_Store

6 KB
Binary file not shown.

cypress/assets/.DS_Store

6 KB
Binary file not shown.

cypress/assets/demo.heic

63.3 KB
Binary file not shown.

cypress/assets/demo.tiff

2.25 MB
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

0 commit comments

Comments
 (0)