This package has been deprecated

Author message:

As of v5.0.0, themer is distributed as a single package

@themerdev/wallpaper-shirts

2.0.2 • Public • Published

@themerdev/wallpaper-shirts

A wallpaper template for themer. Here's a preview rendered using the @themerdev/colors-monkey color set:

desktop dark desktop light

Installation & usage

Install this module wherever you have themer installed:

npm install @themerdev/wallpaper-shirts

Then pass @themerdev/wallpaper-shirts as a -t (--template) arg to themer:

themer -c my-colors.js -t @themerdev/wallpaper-shirts -o gen

@themerdev/wallpaper-shirts will generate PNG wallpapers to the output directory (gen/ in this example).

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

Default resolutions

By default, @themerdev/wallpaper-shirts will output wallpapers at the following sizes:

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

Custom resolutions

@themerdev/wallpaper-shirts adds the following argument to themer:

--themer-wallpaper-shirts-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 @themerdev/wallpaper-shirts --themer-wallpaper-shirts-size 1024x768 --themer-wallpaper-shirts-size 320x960 -o gen

Readme

Keywords

Package Sidebar

Install

npm i @themerdev/wallpaper-shirts

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

89.3 kB

Total Files

4

Last publish

Collaborators

  • mjswensen