-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: webp detection * fix: added check for full webp signature, added error throw if mimetype not found * fix: added more tests * fix: added txt module * fix: fixed unimported module
- Loading branch information
1 parent
4a5a5f6
commit 94a9a93
Showing
10 changed files
with
254 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@dotlottie/dotlottie-js": patch | ||
--- | ||
|
||
fixes webp detection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/dotlottie-js/src/tests/__fixtures__/mimetype-tests/mp-3-test.txt
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
packages/dotlottie-js/src/tests/__fixtures__/mimetype-tests/svg-xml-test.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+49.3 KB
packages/dotlottie-js/src/tests/__fixtures__/simple/video-embedded.lottie
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.