@reshoot/types
v2.0.4
Published
Common types for Reshoot
Downloads
4
Maintainers
Readme
@reshoot/types
Enums and types shared across the framework.
You should rarely need to use it directly.
More about reshoot
.
Installation
# PNPM
pnpm add @reshoot/types
# NPM
npm install @reshoot/types
# yarn
yarn add @reshoot/types
Available Enums and Types
import {
AspectRatioType,
AspectRatioFormat,
type CoreOptions,
type InlineOptions,
type CoreImageMeta,
type ImageMeta,
} from '@reshoot/types';
Support
This library has been continuously used in many of my personal projects, and is regarded as production-ready. In the foreseeable future, I will continuously maintain and support this library.
Issues and Feedback
Please voice your opinion and report bugs in the issues sections of this GitHub project.
Contributing
You are more than welcome to add more functionalities, improve documentation, fix bugs, and anything you think is needed. The build step is pretty self-explanatory. Please refer to package.json
.
License
MIT