# @preliquify/compiler

Compiler for transforming React/Preact components to Shopify Liquid templates.

For documentation, see the [main Preliquify README](https://github.com/MichaelNusair/preliquify#readme).

## Installation

```bash
npm install @preliquify/compiler
# or
pnpm add @preliquify/compiler
# or
yarn add @preliquify/compiler
```

## Usage

This package is typically used internally by `@preliquify/cli`. For usage instructions, see the [main repository](https://github.com/MichaelNusair/preliquify).
