0.3.1 • Published 2 years ago

@siimple/presets v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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.