pwac-elm
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

pwac-elm

Example

Available config:

export type ElmConfig = {
  env: 'elm';
  assets: {
    package: string;
  };
  browsers: Array<string>;
  prerender: false | { routes: Array<string> };
  manifest:
    | false
    | {
        name: string;
        short_name: string;
        description: string;
        background_color: string;
        icons: Array<{
          src: string;
          sizes: Array<number>;
        }>;
      };
};

/pwac-elm/

    Package Sidebar

    Install

    npm i pwac-elm

    Weekly Downloads

    1

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    20 kB

    Total Files

    21

    Last publish

    Collaborators

    • otbe