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: 6 months ago
JSON representation
Strapi CMS plugin that provides point list field for selecting areas on images
- Host: GitHub
- URL: https://github.com/akcyp/strapi-plugin-point-list
- Owner: akcyp
- License: isc
- Created: 2021-02-25T23:15:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T08:19:15.000Z (about 2 years ago)
- Last Synced: 2025-03-07T12:02:43.022Z (7 months ago)
- Topics: lasso, plugin, react, selec-area, strapi
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/strapi-plugin-point-list
- Size: 933 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.


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