UNPKG

@hailer-oy/birds-eye

Version:

This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src

9 lines (8 loc) 281 B
/** * Generates a downloadable image from bird's eye map * * @author Patrik Larsen <patrik.larsen@kvanttori.fi> * @author Nevil Sandaradura <nevil.sandaradura@kvanttori.fi> */ declare const generateSvg: (fileName: string) => Promise<void>; export default generateSvg;