it-tools/src/utils
sharevb 30144aa3f5
feat(base64): Base64 enhancements (#905)
* fix(base64): use js-base64 to handle non ascii text

Use js-base64 to handle non ascii text and ignore whitespaces
Fix #879 and #409

* fix(base64): use js-base64 to handle non ascii text

Use js-base64 to handle non ascii text and ignore whitespaces
Fix #879 and #409

* feat(base64 file converter): add a filename and extension fields

Add filename and extension (auto filled if data url) to allow downloading with right extension and filename
Fix #788

* feat(base64 file converter): add a preview image

Fix #594. Taken from #595 (thanks @SAF2k)
2024-05-20 22:13:55 +02:00
..
array.ts feat(list-converter): a small converter who deals with column based data and do some stuff with it (#387) 2023-05-07 13:25:25 +02:00
base64.test.ts feat(base64): Base64 enhancements (#905) 2024-05-20 22:13:55 +02:00
base64.ts feat(base64): Base64 enhancements (#905) 2024-05-20 22:13:55 +02:00
boolean.test.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
boolean.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
convert.ts chore(deps): update dependency @antfu/eslint-config to ^0.40.0 (#552) 2023-08-21 18:27:08 +00:00
defaults.test.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
defaults.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
error.test.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
error.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
macAddress.ts feat(new tool): random MAC address generator (#657) 2023-10-31 11:34:24 +00:00
random.ts chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00