This package has been deprecated

Author message:

Moved to @themerdev/wallpaper-circuits

@themer/wallpaper-circuits

1.0.2 • Public • Published

@themer/wallpaper-circuits

A wallpaper template for themer.

Shown here with @themer/colors-green-as-a-whistle:

mobile dark

mobile light

Installation & usage

Install this module wherever you have themer installed:

npm install @themer/wallpaper-circuits

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

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

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

Default resolutions

By default, @themer/wallpaper-circuits will output wallpapers at the following sizes:

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

Custom resolutions

@themer/wallpaper-circuits adds the following argument to themer:

--themer-wallpaper-circuits-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-circuits --themer-wallpaper-circuits-size 1024x768 --themer-wallpaper-circuits-size 320x960 -o gen

Readme

Keywords

Package Sidebar

Install

npm i @themer/wallpaper-circuits

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

9.44 kB

Total Files

4

Last publish

Collaborators

  • mjswensen