txt.png makes it easy to share quotes and passages by reformatting and copying text to your clipboard as a PNG file.
There are two ways to use txt.png:
- Directly on the webpage: open the site and start typing. Every time text is modified, txt.png will copy a new image to your clipboard.
- As a url parameter: enter
https://txt-png.vercel.app/
followed by your desired text (spaces included.) txt.png will extract your text from the URL and copy a PNG to your clipboard.
- Install packages with
yarn install
- Start the development server with
yarn dev