File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,3 @@ pipenv run mkdocs serve
48
48
# to build documentation
49
49
pipenv run mkdocs build
50
50
```
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
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ The output bundle for basic rectangular maze is normally upto 3KBs.
25
25
26
26
### via CDN
27
27
28
- Coming Soon...
28
+ ``` js
29
+ import Maze from ' https://cdn.jsdelivr.net/npm/mazes101@1.0.0/dist/index.min.js' ;
30
+ ```
29
31
30
32
31
33
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mazes101" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Utilities to generate, render and hack with any sort of mazes" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments