Skip to content

Commit 213b8ca

Browse files
committed
update readme
1 parent ce80f54 commit 213b8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Traditional converters have several disadvantages:
1515
2. Privacy concerns: The conversion process occurs on the backend, which may raise issues regarding data security and privacy.
1616
3. Some converters are completely free and client-side only, but they require a download and installation, which can pose security risks.
1717

18-
But what if we could have a client-side-only converter that runs entirely in the browser, with no installation and no artificial restrictions?
18+
**But what if we could have a client-side-only converter that runs entirely in the browser, with no installation and no artificial restrictions?**
1919

2020
JavaScript is a single-threaded programming language, making it impractical for video conversion due to slow processing speeds. However, with WebAssembly, this becomes much more feasible. While the speed is still behind native applications, it is significantly faster than using JavaScript alone.
2121

0 commit comments

Comments
 (0)