Skip to content

bbbottle/zjh.im

Repository files navigation

zjh.im logo


Overview

zjh.im render zjh's personal site.

zjh.im screen shot

Install

zjh.im use Github Packages as package hosting service.

To download and install packages from a repository, your token must have the read:packages scope, and your user account must have read permissions for the repository.

npm install @bbbottle/zjh.im or yarn add @bbbottle/zjh.im

Usage

import { renderZjhDotIm } from "@bbbottle/zjh.im";

renderZjhDotIm(document.getElementById("container"));

Javascript API

renderZjhDotIm(container);

Render zjh.im into the DOM in the supplied container.

Contribution

submit your issue here

License

MIT