pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.

MIT License

Downloads
260K
Stars
2.6K
Committers
13

Bot releases are hidden (Show)

pwa-asset-generator - v3.1.3

Published by onderceylan about 4 years ago

3.1.3 (2020-07-30)

Bug Fixes

  • main: constraint default type to png for manifest icons (bf6f87c), closes #337
pwa-asset-generator - v3.1.2

Published by onderceylan about 4 years ago

3.1.2 (2020-07-30)

Bug Fixes

  • puppets: updated scraper for latest specs and improve fallback handling (6506952), closes #355
pwa-asset-generator - v3.1.1

Published by onderceylan over 4 years ago

3.1.1 (2020-06-03)

Bug Fixes

  • docs: fix BLM example image URL (2cb0e76), closes #303
pwa-asset-generator - v3.1.0

Published by onderceylan over 4 years ago

3.1.0 (2020-06-03)

Features

  • cli: display help when no arg is provided (0641bd9), closes #302
  • main: add BLM branding #blacklifematters (d572c5d), closes #301
pwa-asset-generator - v3.0.0

Published by onderceylan over 4 years ago

3.0.0 (2020-05-15)

Bug Fixes

  • cli: fixed conflicting -h option (3d4f04c), closes #263

Features

  • main: added dark mode media query support for html inputs (c5d2e0d), closes #227
  • main: added stricter chrome launch args set (bdfbef4), closes #229
  • main: exported appleDeviceSpecsForLaunchImages from module API (dac56d4), closes #248
  • main: switched to JPG as default output type (bb5cfec), closes #278
  • meta: added xhtml option to introduce self-closing meta tags (0dea81a), closes #192
  • node: drop node 8 support due to its EOL (030569b), closes #231

BREAKING CHANGES

  • main: Due to the large carbon footprint that PNG assets create, switched over using JPG
    output with compression by default.
  • cli: -h path override usage is dropped. It's replaced with -v shorthand.
  • node: Users with node v8 will not be actively supported.
pwa-asset-generator - v2.3.0

Published by onderceylan over 4 years ago

2.3.0 (2020-03-08)

Features

  • main: added maskable purpose as default declaration in manifest (006d73c), closes #38
  • main: added maskable purpose as default declaration in manifest (84dcc67), closes #38
  • main: added pathOverride option to allow path optimisation on href (7ff2e07), closes #148
  • main: added pathOverride option to allow path optimisation on href (2d89cba), closes #148
pwa-asset-generator - v2.2.2

Published by onderceylan over 4 years ago

2.2.2 (2020-02-24)

Bug Fixes

  • puppets: fixed failing scrape of Apple splash screen specs (cff635b), closes #168
pwa-asset-generator - v2.2.1

Published by onderceylan over 4 years ago

2.2.1 (2020-01-21)

Bug Fixes

  • puppets: added wait until networkidle opt for remote html input (9aa86eb), closes #125
pwa-asset-generator - v2.2.0

Published by onderceylan almost 5 years ago

2.2.0 (2020-01-16)

Features

  • main: added jpg extension as an output type (e1f2221), closes #116
pwa-asset-generator - v2.1.3

Published by onderceylan almost 5 years ago

2.1.3 (2019-12-19)

Bug Fixes

  • file: fixed an issue while creating a non-existent output dir (b691b6f), closes #77
pwa-asset-generator - v2.1.2

Published by onderceylan almost 5 years ago

2.1.2 (2019-11-08)

Bug Fixes

  • cli: updated docs to clarify transparency option (a4bcaff), closes #68
pwa-asset-generator - v2.1.1

Published by onderceylan almost 5 years ago

2.1.1 (2019-11-01)

Bug Fixes

  • puppets: added error handling for failing chrome kill attempt (6cc65fd), closes #65
pwa-asset-generator - v2.1.0

Published by onderceylan almost 5 years ago

2.1.0 (2019-11-01)

Bug Fixes

  • browser: added a method to kill premature chrome instances (ad69854), closes #58
  • file: replaced backslash in path output of generate images API res (6563977), closes #64

Features

  • main: upgraded to pptr v2 and optimized chrome launcher (a14e8e6), closes #62 #58
pwa-asset-generator - v2.0.2

Published by onderceylan almost 5 years ago

2.0.2 (2019-10-30)

Bug Fixes

  • meta: added disable decoding entities option to cheerio (1e984eb), closes #60
pwa-asset-generator - v2.0.1

Published by onderceylan almost 5 years ago

2.0.1 (2019-10-27)

Bug Fixes

  • browser: avoid SPOF for chrome launcher (f5ca991), closes #56
pwa-asset-generator - v2.0.0

Published by onderceylan almost 5 years ago

2.0.0 (2019-10-25)

Bug Fixes

  • browser: added error handling for chrome-launcher (c6ed23a), closes #50
  • package: suppressed security warning by changing pkg v strategy (9987e39), closes #53

Features

  • file: avoided saving a shell html file (b96d545), closes #52
  • icon: added optional favicon generation (699686a), closes #47
  • main: added dark mode support for iOS (f4aca1c), closes #51
  • pptr: switched over puppeteer-core to avoid chromium install (05edb2e), closes #50
  • pwa: added single quotes option for generated HTML tags (351a3cc), closes #49

BREAKING CHANGES

  • main: generateImages method from the module API now returns HTMLMeta object with the
    chunks of HTML content, instead of one big HTML string
pwa-asset-generator - v1.3.1

Published by onderceylan about 5 years ago

1.3.1 (2019-09-26)

Bug Fixes

  • file: fixed relative path to input file that is not resolving (19cc7c4), closes #45
pwa-asset-generator - v1.3.0

Published by onderceylan about 5 years ago

1.3.0 (2019-09-25)

Features

  • core: migrated to TypeScript and reduced node dep to 6.4.0 (cfc1657), closes #6
pwa-asset-generator - v1.2.0

Published by onderceylan about 5 years ago

1.2.0 (2019-09-12)

Features

  • main: added option to provide path prefix to generated href links (268c671), closes #31
  • main: added option to provide path prefix to generated href links (1e18466), closes #31
  • main: exposed private API via main.js (afce4af), closes #5
  • main: exposed private API via main.js (d3367ad), closes #5
  • main: refactored main and added index.d.ts (72a7fe4), closes #5
  • main: refactored main and added index.d.ts (1ab1c3e), closes #5
pwa-asset-generator - v1.1.7

Published by onderceylan about 5 years ago

1.1.7 (2019-08-30)

Bug Fixes

  • file.js, pwa.js, package.json: fix Windows backslash paths being added to icon and html content (24fef99), closes #36
Package Rankings
Top 1.5% on Npmjs.org
Badges
Extracted from project README
npm node Build Status semantic-release open-collective