this is the @magic-modules Xkcd component. It loads comic strips from imgs.xkcd.com.
npm install --save-exact @magic-modules/xkcdfirst, 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 })first release.
bump required node version to 14.2.0
bump required node version to 14.15.4
...