Skip to content

Commit 7b13383

Browse files
committed
update
1 parent 868fa59 commit 7b13383

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,3 @@ pipenv run mkdocs serve
4848
# to build documentation
4949
pipenv run mkdocs build
5050
```
51-
52-
## Progress
53-
54-
* Boards
55-
* [x] Rectangular Board
56-
* [x] Circular Board
57-
* [ ] Triangular Board
58-
* [ ] Hexagonal Board
59-
* Generators
60-
* [x] AldousBroder
61-
* [x] BackTrack
62-
* [x] Eller
63-
* Renderers
64-
* [x] Svg
65-
* [ ] Canvas

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ The output bundle for basic rectangular maze is normally upto 3KBs.
2525

2626
### via CDN
2727

28-
Coming Soon...
28+
```js
29+
import Maze from 'https://cdn.jsdelivr.net/npm/mazes101@1.0.0/dist/index.min.js';
30+
```
2931

3032

3133
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mazes101",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utilities to generate, render and hack with any sort of mazes",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)