@magic-modules/xkcd
this is the @magic-modules Xkcd component. It loads comic strips from imgs.xkcd.com.
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
...