@siimple/presets

A collection of all official presets for siimple.

Installation

Use npm or yarn for adding this package to your project:

$ yarn add @siimple/presets

Usage

Presets can be imported from this package to your siimple.config.js file:

import {base} from "@siimple/presets";

export default {
    ...base,
    // ...other custom configuration
};

The following presets can be imported:

License

MIT License.

Designed and maintained with by @jmjuanes.

Code is licensed under MIT, documentation under Creative Commons Attribution 4.0.

Currently v4.3.1