1.2.0 • Published 2 years ago

@tonalmathew/pressed v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago