Skip to content

Automate image-to-vector conversion using vectorizer.ai with Puppeteer browser emulation.

Notifications You must be signed in to change notification settings

ramyodev/vectorizer.ai-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Vectorization Automation

This tool automates the process of converting regular images to vector images using vectorizer.ai.

Pre-requisites

  • Node.js
  • npm or yarn
  • TypeScript

Dependencies

Setup and Usage

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies with npm or yarn:
npm install

or

yarn install
  1. Place the images you wish to vectorize inside the ./assets directory.
  2. Run the script using:
npx ts-node main.ts
  1. The vectorized images will be saved in the ./vector_images directory.

Important Notes

  • The script uses browser emulation to interact with the vectorizer.ai website.
  • It's recommended to monitor the process during its execution, as the website structure or behavior might change over time, potentially causing the automation to fail.

Contributions

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This tool is open-source and free to use. However, make sure to respect the terms of service of vectorizer.ai.

Disclaimer

This tool is not affiliated with, endorsed by, or in any way associated with vectorizer.ai. It's a utility script designed for personal convenience.

About

Automate image-to-vector conversion using vectorizer.ai with Puppeteer browser emulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published