TachiSnap
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
Experimental Telegram web client with tdlib, webassembly and react js under the hood
git clone https://github.com/evgeny-nadymov/telegram-react.gitevgeny-nadymov/telegram-reactThe app is based on the ReactJS JavaScript framework and TDLib (Telegram Database library) compiled to WebAssembly. Try it here.
Please visit this page for details.
Manually copy Telegram api keys from previous step into REACT_TELEGRAM_API_ID and REACT_TELEGRAM_API_HASH at .env file.
Install node.js & npm. Probably, you should use nvm.
Install dependencies.
npm ci
All TDLib files will be installed into node_modules/tdweb/dist/ folder.
cp node_modules/tdweb/dist/* public/
npm run start
Open http://localhost:3000 to view it in the browser.
Please visit this page for details.
Manually copy Telegram api keys from previous step into REACT_TELEGRAM_API_ID and REACT_TELEGRAM_API_HASH at .env file.
package.json file.Define its value to be the string https://{username}.github.io/{repo-name}, where {username} is your GitHub username, and {repo-name} is the name of the GitHub repository. Since my GitHub username is evgeny-nadymov and the name of my GitHub repository is telegram-react, I added the following property:
//... "homepage": "https://evgeny-nadymov.github.io/telegram-react"
npm run deploy
Please visit this page for details.
docker build . --build-arg TELEGRAM_API_ID=0000000 --build-arg TELEGRAM_API_HASH=00000000000000000
The Docker build will perform all the necessary steps to get a working build of Telegram-React.
more like this
TachiSnap — Pixel Snapper for animation pixel artists. Rust + WebAssembly client-side tool for cleaning up AI-generated…
.Net 10 (.Net 8+) webassembly starter project using raylib-cs nuget 7.0.2 and raylib 5.5
search projects, people, and tags