diff options
| author | Bobby <[email protected]> | 2022-01-23 18:06:05 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-01-23 18:06:05 -0500 |
| commit | b160c3db3d603e54addcccbeec57c34796443628 (patch) | |
| tree | 830e408d87c9dec249a9254335875d5320586160 | |
| parent | 29575043333d4fea5ead0a72ccf35ea18530e451 (diff) | |
| download | izuku.js-b160c3db3d603e54addcccbeec57c34796443628.tar.xz izuku.js-b160c3db3d603e54addcccbeec57c34796443628.zip | |
docs: add documentation links
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | render/doc.gif | bin | 0 -> 17881 bytes |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ <p align="center"> <img width="100%" src="./render/Izuku.png"> </p> +<p align="center"> + <a href="https://luciferreeves.github.io/izuku.js" target="_blank"> + <img width="100%" src="./render/doc.gif"> + </a> +</p> <p align="center"> <img src="https://img.shields.io/github/workflow/status/luciferreeves/izuku.js/Node.js%20CI"> <img src="https://img.shields.io/github/license/luciferreeves/izuku.js"> <img src="https://img.shields.io/github/issues-raw/luciferreeves/izuku.js"> @@ -77,7 +82,7 @@ The above code creates a frame and prints it to the console. It looks like this: ## Futher Documentation -For more documentation, please take a look at the [Project Wiki](https://github.com/luciferreeves/izuku.js/wiki). +For more documentation, please take a look at the [Documentation](https://luciferreeves.github.io/izuku.js). ## Cloning and Building this Repository diff --git a/render/doc.gif b/render/doc.gif Binary files differnew file mode 100644 index 0000000..cfe06b3 --- /dev/null +++ b/render/doc.gif |
