Skip to content

Commit

Permalink
adding assets
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Aug 4, 2023
1 parent 485016b commit 273ca68
Show file tree
Hide file tree
Showing 20 changed files with 1,246 additions and 675 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<b>Speech To Element</b> is an all purpose [library](https://www.npmjs.com/package/speech-to-element) used to transcribe your speech into text right out of the box! Try it out in the [official website](WORK).
<img src="./assets/banner-white.png" alt="Logo">

<b>Speech To Element</b> is an all purpose library that transcribes your speech into text right out of the box! Try it out in the [official website](WORK).

// WORK - quick demo, ability to edit whilst speaking

Expand All @@ -24,10 +26,10 @@ const targetElement = document.getElementById('target-element');
SpeechToElement.toggle("webspeech", {element: targetElement});
```

[CDN](WORK):
[CDN](https://cdn.jsdelivr.net/gh/ovidijusparsiunas/speech-to-element@master/component/bundle/index.js):

```
<script src="bundle/index.umd.cjs"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/ovidijusparsiunas/speech-to-element@master/component/bundle/index.js"></script>
```

```
Expand All @@ -42,7 +44,7 @@ Make sure to checkout the [`examples`](https://github.com/OvidijusParsiunas/spee

#### Methods

Methods that are used to control the Speech To Element transcription:
Used to control Speech To Element transcription:

| Name | Description |
| :------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -290,7 +292,7 @@ Example React project that uses a package bundler. It should work similarly for

VanillaJS approach with no bundler (this can also be used as fallback if above doesn't work):

[Click for Live Example](https://codesandbox.io/s/active-table-vanillajs-xlsx-9h3tcj?file=/index.html)
[Click for Live Example](https://codesandbox.io/s/speech-to-element-azure-vanillajs-gvj9v4?file=/index.html)

## :heart: Contributions

Expand Down
Binary file added assets/banner-transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 273ca68

Please sign in to comment.