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

https://github.com/finkef/shopify-style-extractor


https://github.com/finkef/shopify-style-extractor

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Shopify Style Extractor

Extract core visual styles (colors and buttons) from Shopify stores for theme matching.

## Installation

1. **Requirements**: Node.js 18+
2. Clone repo:
```bash
git clone https://github.com/finkef/shopify-style-extractor.git
cd shopify-style-extractor
```
3. Install dependencies:
```bash
yarn install
```
or
```bash
npm install
```

## Usage

```bash
./cli.ts
```