Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akcyp/strapi-plugin-point-list
- Owner: akcyp
- License: isc
- Created: 2021-02-25T23:15:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T08:19:15.000Z (about 1 year ago)
- Last Synced: 2024-07-14T14:22:45.621Z (4 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.
![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.