Go to file
2017-09-05 06:54:02 -06:00
assets Removing dependency on svg2png. 2017-09-05 06:54:02 -06:00
src Removing dependency on svg2png. 2017-09-05 06:54:02 -06:00
.babelrc Ensure support for LTS node (6.11). 2017-07-03 21:37:03 -06:00
.editorconfig yarn => npm 5 2017-07-03 21:34:03 -06:00
.eslintrc.json Adding eslint and using default color set for tests. 2017-01-06 21:21:40 -07:00
.gitignore Initial commit. 2016-11-23 06:50:03 -07:00
.npmignore Preparing for publish. 2016-11-28 11:25:38 -07:00
.travis.yml Ensure support for LTS node (6.11). 2017-07-03 21:37:03 -06:00
LICENSE.md Adding license file. 2017-08-14 07:04:50 -06:00
package-lock.json Removing dependency on svg2png. 2017-09-05 06:54:02 -06:00
package.json Removing dependency on svg2png. 2017-09-05 06:54:02 -06:00
README.md Removing dependency on svg2png. 2017-09-05 06:54:02 -06:00

themer-wallpaper-block-wave Travis

Sponsor

A wallpaper template for themer.

Installation & usage

Install this module wherever you have themer installed:

npm install themer-wallpaper-block-wave

Then pass themer-wallpaper-block-wave as a -t (--template) arg to themer:

themer -c my-colors.js -t themer-wallpaper-block-wave -o gen

themer-wallpaper-block-wave will generate SVG wallpapers to the output directory (gen/ in this example). (You can then convert them to a bitmap format, if necessary, using Chrome or other tools.)

Default resolutions

By default, themer-wallpaper-block-wave will output wallpapers at the following sizes:

  • 2880 by 1800 (desktop)
  • 750 by 1334 (device)

Custom resolutions

themer-wallpaper-block-wave adds the following argument to themer:

--themer-wallpaper-block-wave-size

to which you would pass <width>x<height>. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:

themer -c my-colors.js -t themer-wallpaper-block-wave --themer-wallpaper-block-wave-size 1024x768 --themer-wallpaper-block-wave-size 320x960 -o gen