@mappable-world/mappable-types
v1.0.15285770
Published
Types for mappable maps library
Downloads
811
Maintainers
Readme
Types for mappable Maps JS API
Type definitions for Mappable Maps JavaScript API (https://mappable.world).
Types are automatically generated based on source files.
Getting started
npm i @mappable-world/mappable-types -D
tsconfig.json
{
"compilerOptions": {
"types": ["@mappable-world/mappable-types"]
}
}
And you can use mappable
global variable in your code.
Don't forget to connect the script with the Maps JS API: https://mappable.world