This tool automates the process of converting regular images to vector images using vectorizer.ai.
- Node.js
- npm or yarn
- TypeScript
- Clone the repository to your local machine.
- Install the necessary dependencies with npm or yarn:
npm install
or
yarn install
- Place the images you wish to vectorize inside the
./assets
directory. - Run the script using:
npx ts-node main.ts
- The vectorized images will be saved in the
./vector_images
directory.
- 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 are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This tool is open-source and free to use. However, make sure to respect the terms of service of vectorizer.ai.
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.