Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akcyp/strapi-plugin-point-list

Strapi CMS plugin that provides point list field for selecting areas on images
https://github.com/akcyp/strapi-plugin-point-list

lasso plugin react selec-area strapi

Last synced: 9 days ago
JSON representation

Strapi CMS plugin that provides point list field for selecting areas on images

Awesome Lists containing this project

README

        

# Strapi plugin point-list

A plugin for [Strapi CMS](https://github.com/strapi/strapi) that provides point list field.

![Preview-field](assets/preview-field.png)

![Preview](assets/preview.png)

## Table of Contents

- [Strapi@latest Installation](#strapilatest-installation)
- [Strapi@<=4.3.x Installation](/docs/v4.md)
- [Strapi@v3 Installation](/docs/v3.md)

## Strapi@latest installation

```bash
yarn add strapi-plugin-point-list@>=4.4.4
```

After successful installation you need to rebuild the strapi admin panel.

```bash
yarn run build && yarn run develop
```

## Contributing / Developing

Feel free to post any PR or issues.