@koriz/maps-polygon-editor
v0.1.8
Published
This multi polygon editor written in TypeScript for the React Native Maps component. This component allows you to select, create, or modify areas on Apple Maps and Google Maps.
Downloads
6
Maintainers
Readme
@koriz/maps-polygon-editor
This multi polygon editor written in TypeScript for the React Native Maps component. This component allows you to select, create, or modify areas on Apple Maps and Google Maps.
Installation
npm install @koriz/maps-polygon-editor
Usage
import { multiply } from '@koriz/maps-polygon-editor';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library