TheoryOfNekomata
833fd1768b
Implement orientation
Orientation is limited to 90-degree intervals.
il y a 4 ans
TheoryOfNekomata
926c60850e
Update example
Use MIDI event handling in example.
il y a 4 ans
TheoryOfNekomata
7889c4cdd7
Add MIDI event handling
Support MIDI event handling by suppling a `MIDIInput` object through the `midiInput` prop.
il y a 4 ans
TheoryOfNekomata
6168c18c3c
Remove channels, overhaul styling of components
Make component single channel only, in order to have a more concise API.
il y a 4 ans
TheoryOfNekomata
45f165e2bd
Refactor sample
Abstract methods
il y a 4 ans
TheoryOfNekomata
9225fc2562
Add style changes to example page
Set font and cursor
il y a 4 ans
TheoryOfNekomata
1ab5104bc4
Add demo, fix keyboard event handling
Add demo for GitHub Pages
Also disable keyboard event handling when one of Shift, Ctrl, Alt, or Cmd is pressed.
il y a 4 ans
TheoryOfNekomata
2c6f527ab1
Update GitHub repository
Change repo owner
il y a 4 ans
TheoryOfNekomata
ce9b5b1deb
Bump version and updated publish script
Remove extra name setting because we renamed the GitHub username anyway.
il y a 4 ans
TheoryOfNekomata
926c8e1943
Update publish script
Remove git commits
il y a 4 ans
TheoryOfNekomata
ae3fea8606
Update package.json
Set package as public
il y a 4 ans
TheoryOfNekomata
e83bd28bae
Fix publish script
il y a 4 ans
TheoryOfNekomata
49483d6489
Fix publish script
il y a 4 ans
TheoryOfNekomata
bdc24e8087
Fix publish script
il y a 4 ans
TheoryOfNekomata
e1d173b59d
Fix publish script
il y a 4 ans
TheoryOfNekomata
a9961edb43
Set default repository
il y a 4 ans
TheoryOfNekomata
37f07a301e
Add publish script
Set up publish script to configure to multiple repositories.
il y a 4 ans
TheoryOfNekomata
f94e196f62
Add publishing
Set up publishing for multiple branches with different repos and registries.
il y a 4 ans
TheoryOfNekomata
8345250e9f
Add publishing
Setup publishing for multiple repos and registries.
il y a 4 ans
TheoryOfNekomata
83b6c7c4fd
Bump version
For republishing
il y a 4 ans
TheoryOfNekomata
abc8ba27ab
Update README
Add information about published packages.
il y a 4 ans
TheoryOfNekomata
b6ea02a3ad
Add keyboard map
Keyboard map is the one responsible for handling mouse, touch, and keyboard events. This is to keep the keyboard rendering and external events handling separate.
il y a 4 ans
TheoryOfNekomata
d9eb01b7ea
Make function prototypes rigid
Convert interfaces to types for service functions
il y a 4 ans
TheoryOfNekomata
bc2c997c93
Fix metrics, SSR support
Add SSR support by checking to render server-side or client-side.
Also made key offsets as trade-off of accuracy and pixel-perfectness.
il y a 4 ans
TheoryOfNekomata
72f445e659
Bump version
For publishing.
il y a 4 ans
TheoryOfNekomata
749af59041
Remove extraneous dependencies
Remove styled components types.
il y a 4 ans
TheoryOfNekomata
f8610e6511
Update package.json
Correctly declare dependencies.
il y a 4 ans
TheoryOfNekomata
c4032ed7f4
Change metrics
Use compromise for metrics to produce a more aesthetic rendering.
il y a 4 ans
TheoryOfNekomata
068404ffa1
Bump version
For republishing in the package repository.
il y a 4 ans
TheoryOfNekomata
518877565b
Make accidentals more prominent
Adjust metrics of styled accidentals.
il y a 4 ans
TheoryOfNekomata
4ccbd96700
Bump version
For republishing in the package repository.
il y a 4 ans
TheoryOfNekomata
d8163ebe7f
Remove width dependency
Adding width to calculation does not affect the `getKeyWidth` and `getKeyLeft` methods.
il y a 4 ans
TheoryOfNekomata
098cdef69b
Improve memoization
Dedicate caches to same functions
il y a 4 ans
TheoryOfNekomata
c7be66173a
Add width dependency
This is to cover repainting of keys using the widths.
il y a 4 ans
TheoryOfNekomata
2b2442ca06
Bump version
For republishing on the package repository.
il y a 4 ans
TheoryOfNekomata
6dc7535ee8
Implement performance improvements
Prefer using React memoization instead of mem when using inside React.
il y a 4 ans
TheoryOfNekomata
91148b4229
Bump version
For republishing on the package repository.
il y a 4 ans
TheoryOfNekomata
e01d9d55c2
Remove extraneous dependency
`typescript-memoize` is not used, therefore we can remove it.
il y a 4 ans
TheoryOfNekomata
c05a9a5d5c
Bump version
For republishing in the package repository.
il y a 4 ans
TheoryOfNekomata
2daa01d6f6
Improve performance
Add memoization to expensive pure functions because the library involves a lot of computation under the hood.
il y a 4 ans
TheoryOfNekomata
5b03121e92
Update dependency list
Declare styled-components as dependency.
il y a 4 ans
TheoryOfNekomata
118d7b0fb6
Update package.json
Bump version.
il y a 4 ans
TheoryOfNekomata
4be84388d0
Add another styled story
Demonstrate scaling of detail in styled key set.
il y a 4 ans
TheoryOfNekomata
aafaf3e10d
Add more customizability
Make custom theme scalable and more flexible in terms of customization.
il y a 4 ans
TheoryOfNekomata
5ec0850e48
Export styled keys
Export styled keys for customization of the component.
il y a 4 ans
TheoryOfNekomata
25ef42763f
Improve component styling
Use custom styled keys and add pressed keys for styled key set.
il y a 4 ans
TheoryOfNekomata
fd3733e835
Improve key offsets
Refer to URL in comment for details.
il y a 4 ans
TheoryOfNekomata
e15e8fb9a7
Update storybook
Add styled keyboard made out of scalable HTML elements.
il y a 4 ans
TheoryOfNekomata
f8ec9ef2b4
Initial commit
Add files generated from tsdx.
il y a 4 ans