# Block Processors

Block processors package for [Frontity](https://frontity.org).

# Installation

1. Do `npm install @aamodtgroup/block-processors` in the root of your project.
1. Add the package name in `frontity-settings.js`.

```javascript
"packages": [
  "@aamodtgroup/block-processors"
  // other packages ...
]
```

3. Run `npx frontity dev` again.

That's it! The package doesn't need any settings.

## Credits

- Build with love :blue_heart:, using [Frontity](https://frontity.org)

## Authors

1. [Kasper Aamodt](https://twitter.com/kasperaamodt) - Owner and developer [@aamodtgroup](https://twitter.com/aamodtgroup)

## License

![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)

- **[GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)**
