import { Meta } from "@storybook/addon-docs/blocks";

<Meta title="Hooks/useTransformContext" />

# useTransformContext

Use the direct access to the `Zoom-Pan-Pinch instance` and create your own hooks
and logic with ease.

### Example

```tsx
// Simple access to the context instance
const context = useTransformContext();
```
