Initial commit: Text encoding component with UTF-8 polyfills

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Chris Daßler
2025-08-29 14:54:44 +02:00
commit 3342f7e40b
10 changed files with 1430 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@metatrom/text-encoding",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"description": "Text encoding/decoding utilities with polyfills for React Native",
"repository": {
"type": "git",
"url": "git@gitea.metatrom.net:universal-components/text-encoding.git"
},
"metatrom": {
"ior": "ior:gitea:gitea.metatrom.net:universal-components/text-encoding@1.0.0",
"capabilities": {
"p2p": false,
"contracts": false,
"viewer": false,
"sync": false
}
},
"dependencies": {},
"optionalDependencies": {}
}