0.0.3 • Published 3 years ago

@magic-modules/xkcd v0.0.3

Weekly downloads
4
License
AGPL-3.0
Repository
github
Last release
3 years ago

@magic-modules/xkcd

this is the @magic-modules Xkcd component. It loads comic strips from imgs.xkcd.com.

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge Known Vulnerabilities

install:

npm install --save-exact @magic-modules/xkcd

usage:

first, go to the xkcd archive and find the strip you want to embed.

then use the name of any comic strip to load it

Xkcd('magic words')
Xkcd({ name: 'magic_tree', full: true })
Xkcd({ name: 'magic school bus', full: true })

changelog

0.0.1

first release.

0.0.2

bump required node version to 14.2.0

0.0.3

bump required node version to 14.15.4

0.0.4 - unreleased

...