3.1.0 • Published 4 years ago

themer-wallpaper-block-wave v3.1.0

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

themer-wallpaper-block-wave

A wallpaper template for themer. Here's a preview rendered using themer's default color set (themer-colors-default):

desktop dark desktop light

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.)

The generated files will be listed in <output dir>/README.md.

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
3.1.0

4 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago