Skip to content

Commit

Permalink
add kagura.Grid lxy method
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Dec 29, 2022
1 parent dbedb9f commit 6a484e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/kagura.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/kagura.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/api/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ class{
get h(){
return this._h;
}
lxy(x,y){
return Object.values(this.xy(x,y))
}
}

0 comments on commit 6a484e8

Please sign in to comment.