solar-design-tool
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

/solar-design-tool/

    Package Sidebar

    Install

    npm i solar-design-tool

    Weekly Downloads

    2

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    17.1 MB

    Total Files

    195

    Last publish

    Collaborators

    • sunnyenergy-developer