1.2.0 • Published 3 years ago

@tonalmathew/pressed v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pressed

How to install

npm i @tonalmathew/pressed

How to use

  import pressed from '@tonalmathew/pressed'

  pressed.use({
    preventDefault: true, 
    upperCase: true, 
    styles: {
      backgroundColor: 'cyan',
      color: 'black',
      // add more
    }
  })

  pressed.modify({'Control': 'Ctrl', 'Meta': 'Win', ' ': 'Space'})

  pressed.dShift()
1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago