0.0.9 • Published 1 year ago

webcomponent-word-matcher v0.0.9

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

Webcomponent Word Matcher

Word matcher game inspired by Duolingo's Match Madness

CHANGELOG

Usage Example

<script type="module" src="//unpkg.com/webcomponent-word-matcher@0.0.6/webcomponent-word-matcher.bundled.js"></script>
<style>
:root {
    --border-color: red;
    --text-color: #3c3744ff;
    --text-background: #798dac;
    --text-background-hover: #e0e0e0;
    --background-color: #fbfff1ff;
}
</style>
<webcomponent-word-matcher 
    wordCount="6"
    href="dictionary.json"
    showScore
    connectionMode="medium"
>
</webcomponent-word-matcher>
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago