Commit Graph

584 Commits

Author SHA1 Message Date
C043
22cd6def76 Adds main logic 2025-06-09 16:44:47 +02:00
C043
c629c7b07c Adds quality options to video to gif tool 2025-06-09 16:00:54 +02:00
C043
377dbc3685 Initial commit for new tool video to gif 2025-06-09 15:25:14 +02:00
Ibrahima G. Coulibaly
d25f7ca557 docs: readme 2025-06-08 03:15:54 +01:00
Ibrahima G. Coulibaly
a6a13eff75 chore: bump version 2025-06-05 23:38:13 +01:00
Ibrahima G. Coulibaly
88d4073f10 feat: tsv to json v0.4.0 2025-06-05 23:15:58 +01:00
Ibrahima G. Coulibaly
7302f4ac93 Merge pull request #135
Text statistics
2025-06-05 23:04:31 +01:00
Chesterkxng
80df2eb68f refactor: review related changes 2025-06-05 23:36:52 +02:00
Chesterkxng
63623a74f3 Merge branch 'main' into text-statistics 2025-06-05 22:51:47 +02:00
Ibrahima G. Coulibaly
91723e5401 Merge pull request #137 from iib0011/qr-code
feat: qr code
2025-06-05 19:53:25 +01:00
Ibrahima G. Coulibaly
6ed0f95f88 feat: qr code 2025-06-05 19:51:02 +01:00
Ibrahima G. Coulibaly
25397f2cf4 feat: qr code generation init 2025-06-05 19:13:43 +01:00
Chesterkxng
23f4caa943 Merge branch 'main' into text-statistics 2025-06-05 19:58:20 +02:00
Ibrahima G. Coulibaly
8bf33da0c2 Merge pull request #132 from m5lk3n/feature/base64
add base64 encoding/decoding
2025-06-05 18:47:17 +01:00
Ibrahima G. Coulibaly
8db4430229 Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/m5lk3n/feature/base64
# Conflicts:
#	package-lock.json
2025-06-05 18:46:51 +01:00
Ibrahima G. Coulibaly
de47536f66 fix: icon 2025-06-05 18:44:19 +01:00
Ibrahima G. Coulibaly
82c3d0b5b5 fix: missing buffer 2025-06-05 18:37:55 +01:00
Ibrahima G. Coulibaly
84e10f3a0c Merge pull request #131 from ARRY7686/main
Added PDF to Epub converter
2025-06-05 18:33:44 +01:00
Ibrahima G. Coulibaly
2a1353a4df Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/ARRY7686/main 2025-06-05 18:32:24 +01:00
Ibrahima G. Coulibaly
13c05fe9f1 chore: remove unnecessary deps 2025-06-05 18:30:53 +01:00
Michael Klein
92dad2a6eb extract InitialValuesType to types.ts (PR feedback incorporated) 2025-06-04 20:23:37 +02:00
Michael Klein
6988db600d add base64 encoding/decoding 2025-06-03 21:40:58 +02:00
Ibrahima G. Coulibaly
215f4027f2 fix: compute flow 2025-06-02 17:19:07 +01:00
Ibrahima G. Coulibaly
ffd5c8f326 Merge pull request #129
Bug fix - <a> tag changed to <Link>
2025-06-02 17:08:11 +01:00
ARRY7686
fed0ef4e0d chore: remove unused @types/jszip dependency from package.json 2025-05-28 22:22:36 +05:30
ARRY7686
992c6e39c1 refactor: and improve code readability in PDF to EPUB conversion 2025-05-28 22:13:48 +05:30
ARRY7686
fda0880e40 Merge branch 'main' of https://github.com/ARRY7686/omni-tools 2025-05-28 22:11:48 +05:30
ARRY7686
15bd83075f feat: add PDF to EPUB conversion tool
- Updated package.json to include new dependencies for PDF to EPUB conversion.
- Implemented PdfToEpub component for converting PDF files to EPUB format.
- Added meta information for the new PDF to EPUB tool.
- Created service to handle PDF processing and EPUB file generation.
- Integrated the new tool into the existing PDF tools list.
2025-05-28 22:11:33 +05:30
Chesterkxng
b5a67499d5 feat: text-statistic (readability improvements) 2025-05-27 17:12:05 +02:00
Chesterkxng
d7d5f81d57 feat: text-statistic (ltool added to string tools) 2025-05-27 17:05:46 +02:00
Chesterkxng
d2ffdcf2f6 feat: text-statistic (meta) 2025-05-27 17:05:04 +02:00
Chesterkxng
b1ec39860e feat: text-statistic (index) 2025-05-27 17:04:45 +02:00
Chesterkxng
e1f1c6a1c4 feat: text-statistic (fixed service count sentences method) 2025-05-27 17:03:58 +02:00
Chesterkxng
8740b8f72e feat: text-statistic (fixed types) 2025-05-27 17:03:18 +02:00
Chesterkxng
b1069d507e feat: text-statistic (service) 2025-05-27 16:40:06 +02:00
Chesterkxng
4f3977d40e feat: text-statistic (types) 2025-05-27 16:39:41 +02:00
Chesterkxng
09058c7c8a update top list items functions to (1) replace special characters by symbols when building the dict and (2) take a built array with custom regex as input. 2025-05-27 16:36:00 +02:00
Vladimir Kirill Bickov
81709e3400 Merge branch 'main' into link-bug-fix 2025-05-27 03:02:18 -07:00
nevolodia
afce436933 <a> tag changed to <Link> 2025-05-27 11:56:31 +02:00
Ibrahima G. Coulibaly
962e30d12a Merge pull request #125 from nevolodia/logo-right-mouse-click-bug
Right mouse click on logo bug fixed.
2025-05-26 19:51:23 +01:00
Ibrahima G. Coulibaly
9ff20c4d20 Merge branch 'main' into logo-right-mouse-click-bug 2025-05-26 19:51:15 +01:00
Ibrahima G. Coulibaly
19c9ad7173 chore: remove unnecessary pointerEvents 2025-05-26 19:49:50 +01:00
Ibrahima G. Coulibaly
a13762a56f Merge pull request #122 from nevolodia/crop-video
Crop video tool
2025-05-26 19:46:10 +01:00
Ibrahima G. Coulibaly
147448c4ca Merge branch 'main' into crop-video 2025-05-26 19:44:55 +01:00
Ibrahima G. Coulibaly
3e149cdc56 chore: change default dimensions 2025-05-26 19:41:27 +01:00
Ibrahima G. Coulibaly
8b1cb412f8 Merge pull request #120 from iib0011/chesterkxng
feat: insert csv columns
2025-05-26 19:16:50 +01:00
Ibrahima G. Coulibaly
88d34928fd chore: remove TextareaWithDesc.tsx 2025-05-26 19:14:46 +01:00
nevolodia
4031cda431 Right mouse click on logo bug fixed. 2025-05-25 16:31:31 +02:00
Vladimir Kirill Bickov
f0ea1c1b80 Merge branch 'main' into crop-video 2025-05-25 05:17:57 -07:00
nevolodia
2f104f5a1b Check for valid coordinates added, bugs fixed. 2025-05-25 14:14:01 +02:00