Commit graph

76 commits

Author SHA1 Message Date
Matus
0ee424fe12 Add full Images to PDF functionality with language updates and tests 2025-10-24 17:32:07 +02:00
Ibrahima G. Coulibaly
9d22c53357 feat: Add Monaco Editor and its types
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
This commit adds the Monaco Editor and its related types to
the project's dependencies. This includes the
`@types/trusted-types` package, which is a dependency of
Monaco Editor.
```
2025-10-02 23:30:30 +01:00
Ibrahima G. Coulibaly
327c4142ff fix: Downgrade onnxruntime-web and onnxruntime-common (main)
Downgrades onnxruntime-web and onnxruntime-common to
version 1.21.0.  This reverts the previous upgrade due
to potential issues.
```
2025-10-02 23:27:11 +01:00
Ibrahima G. Coulibaly
19393343a3 fix: onnxruntime-web version 2025-10-02 22:51:36 +01:00
Ibrahima G. Coulibaly
4436f03811 feat: Remove onnxruntime-web dependency (main)
This commit removes the onnxruntime-web package
from package.json.
```
2025-10-02 22:42:44 +01:00
Ibrahima G. Coulibaly
28f4c64d30 feat: remove temperature conversion from generic-calc
This commit removes the temperature conversion tool from the
generic-calc tool. This is because the tool was causing issues.

The following files were modified:
- src/pages/tools/number/generic-calc/data/index.ts
- src/pages/tools/number/generic-calc/data/temperature.ts
- package.json
- .idea/workspace.xml
2025-10-02 22:18:34 +01:00
Ibrahima G. Coulibaly
234fc8090b chore: pull locize
Some checks failed
CI / test-and-build (push) Has been cancelled
CI / Playwright Tests (push) Has been cancelled
CI / Build and Push Multi-Platform Docker Image (push) Has been cancelled
CI / deploy (push) Has been cancelled
2025-07-26 05:56:39 +01:00
Ibrahima G. Coulibaly
d8b214e57e
Merge pull request #219
Heic background remover
2025-07-24 22:21:46 +01:00
Ibrahima G. Coulibaly
90e2291e2e feat: language browser detection
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
2025-07-21 19:59:43 +01:00
AshAnand34
2b27329d7f feat: add support for HEIC image conversion using heic2any 2025-07-20 00:24:26 -07:00
Ibrahima G. Coulibaly
297b91cf29 Merge branch 'main' of https://github.com/iib0011/omni-tools into fork/bhavesh158/json-compare
# Conflicts:
#	.idea/workspace.xml
2025-07-18 03:28:14 +01:00
Ibrahima G. Coulibaly
db87355274 chore: use monaco editor 2025-07-18 03:26:42 +01:00
Ibrahima G. Coulibaly
a0bb24c520 fix: i18n sync 2025-07-15 18:57:21 +01:00
Ibrahima G. Coulibaly
11b9bf8007 fix: broken translations 2025-07-15 18:53:03 +01:00
Ibrahima G. Coulibaly
1838a13163 chore: remove prebuild 2025-07-15 18:45:02 +01:00
Ibrahima G. Coulibaly
80e32dceba chore: add full languages array 2025-07-14 19:14:11 +01:00
Ibrahima G. Coulibaly
3b5f852287 fix: translation related behaviors 2025-07-14 18:04:30 +01:00
Ibrahima G. Coulibaly
a6a2c1f3a1 chore: saveMissing 2025-07-14 16:06:29 +01:00
Ibrahima G. Coulibaly
58dc97c920 chore: bundle translations at build time 2025-07-14 15:26:41 +01:00
Ibrahima G. Coulibaly
21c4f44d4e fix: misc 2025-07-13 11:25:05 +01:00
AshAnand34
f22bb8bd57 feat: add internationalization support 2025-07-12 23:02:35 -07:00
Ibrahima G. Coulibaly
143a5684cf chore: examples button visibility 2025-07-09 17:47:44 +01:00
Ibrahima G. Coulibaly
90e0389156 feat: edit image 2025-07-09 04:34:43 +01:00
AshAnand34
6b2070b39f feat(xml): add XML tools for validation, beautification, and viewing 2025-07-08 12:56:31 -07:00
AshAnand34
fe41c092f6 feat: add Crontab Guru tool for parsing and validating crontab expressions 2025-07-07 21:27:32 -07: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
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
82c3d0b5b5 fix: missing buffer 2025-06-05 18:37:55 +01:00
Ibrahima G. Coulibaly
13c05fe9f1 chore: remove unnecessary deps 2025-06-05 18:30:53 +01:00
ARRY7686
fed0ef4e0d chore: remove unused @types/jszip dependency from package.json 2025-05-28 22:22:36 +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
Ibrahima G. Coulibaly
f0ac25c60b Merge branch 'main' of https://github.com/iib0011/omni-tools into generic-calc
# Conflicts:
#	.idea/workspace.xml
#	src/tools/defineTool.tsx
2025-04-17 08:12:08 +01:00
Lukas Herajt
2f1be191de merge upstream 2025-04-08 13:33:32 -04:00
Lukas Herajt
92ce1184de time working 2025-04-08 13:27:30 -04:00
Daniel Dunn
9a55c934fa Use nerdamer-prime 2025-04-03 21:05:00 -06:00
Ibrahima G. Coulibaly
3b37b67474 feat: image to text 2025-04-03 19:55:29 +00:00
Ibrahima G. Coulibaly
141a0a3a24 chore: uninstall @jspawn/ghostscript-wasm 2025-04-03 14:44:27 +00:00
Daniel Dunn
42d84dbfa0 Fix wire gauge bugs, add extra outputs to generic calc generation 2025-04-02 19:22:29 -06:00
Daniel Dunn
0d025a90af Initial work on generating tools from equations and descriptions 2025-04-02 00:13:17 -06:00
Ibrahima G. Coulibaly
34955c7ace chore: pdf compression init 2025-04-01 10:59:23 +00:00
Ibrahima G. Coulibaly
ab587e60d0 chore: result file name 2025-03-26 20:24:46 +00:00
Ibrahima G. Coulibaly
e6f54a3f2b feat: split pdf 2025-03-26 05:43:59 +00:00
Ibrahima G. Coulibaly
a7c3e47ba1 feat: background removal 2025-03-26 04:04:54 +00:00
Ibrahima G. Coulibaly
917a5c238c feat: trim video 2025-03-10 04:25:31 +00:00
Ibrahima G. Coulibaly
d76abec8c0 feat: trim video 2025-03-10 04:13:10 +00:00
Ibrahima G. Coulibaly
0f1956799c feat: crop png 2025-03-09 03:58:04 +00:00
Ibrahima G. Coulibaly
cf1c0e7e57 feat: csv to json 2025-03-09 00:41:59 +00:00
Ibrahima G. Coulibaly
5d04e5794a feat: change pgn opacity 2025-03-08 08:38:35 +00:00
Ibrahima G. Coulibaly
d2eb7030d8 feat: json pretty 2025-02-27 13:05:38 +00:00