项目作者: andrewshen

项目描述 :
txt.png makes it easy to copy snippets of text to your clipboard as a PNG 🖼
高级语言: CSS
项目地址: git://github.com/andrewshen/txt-png.git
创建时间: 2021-04-11T04:24:35Z
项目社区:https://github.com/andrewshen/txt-png

开源协议:

下载


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