You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@
14
14
Record videos in contact forms!
15
15
16
16
Finally you can encode any webcam recordings from modern browsers and mobiles into MP4 + WebM within seconds.
17
-
This without the need for Flash, Java nor any other plugins / addons. Just TypeScript, compiled into ESM (ES2022) with their declarations.
17
+
This without the need for Flash, Java nor any other plugins / addons. Just TypeScript, compiled into ESM with their declarations.
18
18
19
+
- <ahref="#demo">Live Demo/a>
19
20
- <ahref="#storybook">Storybook (examples)</a>
20
-
- <ahref="#demo">Demo / Fully working version</a>
21
21
- <ahref="#options">Options</a>
22
22
- <ahref="#api">API</a>
23
23
- <ahref="#form">Form Submissions</a>
@@ -27,31 +27,37 @@ This without the need for Flash, Java nor any other plugins / addons. Just TypeS
27
27
- <ahref="#addons">Addons</a>
28
28
- <ahref="#notes">Notes</a>
29
29
30
-
<aname="storybook"></a>
30
+
<aname="demo"></a>
31
31
32
-
## Storybook (examples)
32
+
## Live Demo
33
33
34
-
To check out some examples in your browser, just run these two commands:
34
+
Want a play with the latest videomail-client version? ️⛹🏼
35
35
36
-
1.`npm install`
37
-
2.`npm run storybook`
36
+
Sure, it's live on [videomail-client.netlify.app](https://videomail-client.netlify.app)
38
37
39
-
That's it. Easy as apple pie.
38
+
### Real world usages
40
39
41
-
<aname="demo"></a>
40
+
Check out the full version with all its features on [videomail.io](https://videomail.io).
42
41
43
-
## Demo
42
+
And there is more:
44
43
45
-
A mirror of latest videomail-client can be seen on [videomail-client.netlify.app](https://videomail-client.netlify.app)
44
+
-https://wfdeaf.org/contact
45
+
-https://seeflow.co.nz/contact
46
+
-https://www.deaf.org.nz/contact
47
+
- ...
46
48
47
-
### Real world usages
49
+
There are plenty more out there. We are rolling ...
50
+
51
+
<aname="storybook"></a>
52
+
53
+
## Storybook (examples)
48
54
49
-
Check out the full version with all its features on [videomail.io](https://videomail.io) itself. Aim is to turn this into a stable product in the near future with some external assistance.
55
+
To check out some examples in your browser locally, just run these two commands:
50
56
51
-
On that site I just include `import { VideomailClient} from "videomail-client"` in the app logic.
57
+
1.`npm install`
58
+
2.`npm run storybook`
52
59
53
-
Another live example would be https://seeflow.co.nz/contact or https://www.deaf.org.nz/contact
54
-
There are plenty if you just ask us. And way more will follow, we are rolling ...
0 commit comments