# @nmipayments/nmi-core

Core utilities and shared types for NMI Embedded Components

## Overview

`@nmipayments/nmi-core` is a support package that provides common types, utilities, and shared functionality for other NMI packages. It includes shared types such as the Appearance API, payment method definitions, and other common interfaces used across NMI Embedded Components.

## Installation

```bash
npm install @nmipayments/nmi-core
```

**Note:** This package is typically installed automatically as a dependency of other NMI packages (`@nmipayments/nmi-pay`, `@nmipayments/nmi-pay-react`, etc.). You generally don't need to install it directly unless you're building custom integrations.
