1.0.4 • Published 7 months ago

solar-design-tool v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Solar Design Tool

React component for designing roof layout for solar panels.

Usage

import { SolarDesignTool } from 'solar-design-tool'

const App = () => {
  return (
    <SolarDesignTool
      site={{
        coordinates: { lat: 33.2942708, lng: -111.8413412 },
      }}
    />
  )
}

For more usage details, see - src/index.tsx

Developing

  • npm start - Builds and runs app using Parcel
  • npm run watch - Watches and builds application