@camstack/addon-decoder-ffmpeg 0.1.12 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icon.svg +5 -10
- package/dist/index.js +23930 -13504
- package/dist/index.mjs +23913 -13504
- package/package.json +26 -14
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
package/assets/icon.svg
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#
|
|
2
|
-
<path d="M3
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="M3 12h4"/>
|
|
7
|
-
<path d="M3 16h4"/>
|
|
8
|
-
<path d="M17 8h4"/>
|
|
9
|
-
<path d="M17 12h4"/>
|
|
10
|
-
<path d="M17 16h4"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#0ea5e9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
2
|
+
<path d="M3 6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
|
|
3
|
+
<path d="M13 16a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2z"/>
|
|
4
|
+
<path d="M7 10v4"/>
|
|
5
|
+
<path d="M7 18h6"/>
|
|
11
6
|
</svg>
|