[react-to-pdf](../README.md) / [Modules](../modules.md) / [constants](../modules/constants.md) / Resolution

# Enumeration: Resolution

[constants](../modules/constants.md).Resolution

## Table of contents

### Enumeration Members

- [EXTREME](constants.Resolution.md#extreme)
- [HIGH](constants.Resolution.md#high)
- [LOW](constants.Resolution.md#low)
- [MEDIUM](constants.Resolution.md#medium)
- [NORMAL](constants.Resolution.md#normal)

## Enumeration Members

### EXTREME

• **EXTREME** = ``12``

#### Defined in

[constants.ts:10](https://github.com/ivmarcos/react-to-pdf/blob/36bd08b/src/constants.ts#L10)

___

### HIGH

• **HIGH** = ``7``

#### Defined in

[constants.ts:9](https://github.com/ivmarcos/react-to-pdf/blob/36bd08b/src/constants.ts#L9)

___

### LOW

• **LOW** = ``1``

#### Defined in

[constants.ts:6](https://github.com/ivmarcos/react-to-pdf/blob/36bd08b/src/constants.ts#L6)

___

### MEDIUM

• **MEDIUM** = ``3``

#### Defined in

[constants.ts:8](https://github.com/ivmarcos/react-to-pdf/blob/36bd08b/src/constants.ts#L8)

___

### NORMAL

• **NORMAL** = ``2``

#### Defined in

[constants.ts:7](https://github.com/ivmarcos/react-to-pdf/blob/36bd08b/src/constants.ts#L7)
