## Deprecated package

`jmapcloud-ng-core` is deprecated and will no longer be published as a standalone npm package.

Use `jmapcloud-ng` instead. Starting with `jmapcloud-ng` 2.x, the package can be started with the `ui` startup option set to `"minimal"` to load the NG Core functionality without loading the full JMap Cloud NG user interface.

```html
<script>
  window.JMAP_OPTIONS = {
    ui: "minimal",
    restBaseUrl: "https://api.jmapcloud.io"
  }
</script>
<script defer src="https://cdn.jsdelivr.net/npm/jmapcloud-ng@prod"></script>
```

The default `ui: "full"` mode keeps the complete JMap Cloud NG application UI. Use `ui: "minimal"` when migrating from `jmapcloud-ng-core` and when you only need the core map/API behavior.
