Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 762 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 762 Bytes

txt.png

txt.png makes it easy to share quotes and passages by reformatting and copying text to your clipboard as a PNG file.

Usage

There are two ways to use txt.png:

  1. 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.
  2. 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.

Getting Started

  1. Install packages with yarn install
  2. Start the development server with yarn dev