Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eggsy/text-on-image

🛠 Tool that writes text on given image, it can also combine output in a single PDF file. Fully configurable, and opinionated.
https://github.com/eggsy/text-on-image

canvas image-generator image-manipulation nodejs typescript

Last synced: 2 months ago
JSON representation

🛠 Tool that writes text on given image, it can also combine output in a single PDF file. Fully configurable, and opinionated.

Awesome Lists containing this project

README

        

# Text on Image


banner

A simple tool that writes text on any image based on X and Y coordinates, it can also combine images into one single PDF file.

## How to Use

- Clone the repository.
- Install dependencies via yarn: `yarn`
- For a test ride, run: `yarn test`
- Configure the options based on your preferences in `config.example.ts` and rename it to `config.ts`
- For an actual use, replace the image, coordinates, file name and other settings in config and build the app via: `yarn build && yarn start`

## The Story

We had to find a way to create tens of tickets for our theater play at the university. We thought writing by hand would take so much time and I decided to create an app for it.

This app was very basic at first, but I polished it to publish it on GitHub.

## License

[MIT](https://github.com/eggsy/text-on-image/blob/main/LICENSE) License © 2022 [Abdulbaki "EGGSY" Dursun](https://github.com/eggsy)