https://github.com/sample-by-jsakamoto/blazor-textfileencodingconverter
This sample program shows how Blazor WebAssembly apps can handle File System Access API well.
https://github.com/sample-by-jsakamoto/blazor-textfileencodingconverter
Last synced: about 2 months ago
JSON representation
This sample program shows how Blazor WebAssembly apps can handle File System Access API well.
- Host: GitHub
- URL: https://github.com/sample-by-jsakamoto/blazor-textfileencodingconverter
- Owner: sample-by-jsakamoto
- License: gpl-3.0
- Created: 2025-03-23T19:21:55.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T21:41:36.000Z (2 months ago)
- Last Synced: 2025-04-09T23:55:27.048Z (about 2 months ago)
- Language: HTML
- Homepage: https://sample-by-jsakamoto.github.io/Blazor-TextFileEncodingConverter/
- Size: 7.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text File Encoding Converter
This simple tool converts text file encoding built with Blazor WebAssembly. It is a demo project that shows how to use Blazor WebAssembly to build a simple tool with the File System Access API. The live demo is available at [https://sample-by-jsakamoto.github.io/Blazor-TextFileEncodingConverter/](https://sample-by-jsakamoto.github.io/Blazor-TextFileEncodingConverter/).

This project uses the **"KristofferStrube.Blazor.FileSystemAccess"** NuGet package to utilize the File System Access API.
https://github.com/KristofferStrube/Blazor.FileSystemAccess
This package provides a simple way to access the File System Access API in Blazor WebAssembly apps.
## License
[GNU General Public License version 3.0](LICENSE)