@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
11 lines (9 loc) • 307 B
text/typescript
import { create } from "@storybook/theming";
export default create({
base: "light",
brandTitle: "SeaSketch Geoprocessing",
brandUrl: "https://github.com/seasketch/geoprocessing/wiki",
brandImage:
"https://www.seasketch.org/static/media/seasketch-logo.c4d8745d.png",
brandTarget: "_self",
});