Files
Fable.OpenLayers/package.json
Moritz Jörg 854fecd670 feat: Add Controls/FullScreen bindings
Provides a button that when clicked fills up the full screen with the map.
It is supported by 82% of browser [ref](https://caniuse.com/fullscreen).

Also changes TargetFramework to netstandard2.1 for better compat
2025-08-19 16:14:41 +02:00

20 lines
591 B
JSON

{
"private": true,
"name": "Fable.OpenLayers",
"scripts": {
"install": "dotnet tool restore; dotnet femto src/",
"build": "dotnet fable src -o dist/",
"start": "dotnet fable watch src -s -o dist/"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^13.2.3",
"semantic-release-dotnet": "^1.0.0"
},
"dependencies": {
"ol": "^10.3.1",
"ol-mapbox-style": "^12.4.0"
}
}