webgrammy
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

WebgrammY

Override grammY for web-only export.

This package re-exports the default grammy export from the grammy/web path.

This will help you use plugins in a web environment that mostly use the default grammy export.

How to configure package.json:

{
  "dependencies": {
    "grammy": "npm:webgrammy@latest"
  },
  "overrides": {
    "grammy": {
      ".": "npm:webgrammy@latest",
      "grammy": "^1.15.3"
    }
  }
}
You can replace ^1.15.3 by any version of grammY package.

Made with 💜 by Vladislav Ponomarev

Package Sidebar

Install

npm i webgrammy

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

2.83 kB

Total Files

3

Last publish

Collaborators

  • ponomarevlad