Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf4e3e19

Browse files
committed
Init commit
0 parents  commitf4e3e19

File tree

202 files changed

+11035
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+11035
-0
lines changed

‎.gitignore‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.vscode
2+
.idea
3+
.DS_Store
4+
5+
node_modules/

‎.npmignore‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
demo/
2+
module/
3+
test/
4+
5+
tsconfig.json
6+
tslint.json
7+
webpack.canvase.js

‎README.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#Ngvas
2+
##An Angular2 Module for HTML Canvas
3+
4+
DO NOT USE. Not production ready yet.
5+
6+
Example HTML with Ngvas components:
7+
8+
```html
9+
<ngvas[width]="500"[height]="500">
10+
<templatengForlet-rect[ngForOf]="rects">
11+
<ngvas-rectangle[fill]="'red'"[xy]="[rect, rect]"[width]="rect"[height]="rect"></ngvas-rectangle>
12+
</template>
13+
</ngvas>
14+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp