Skip to content

gbrocha/itsnot-postmessage

Repository files navigation

It's not Postmessage

`It's not Postmessage` provides an API to simplify the us of the Postmessage API.


Installing @itsnot/postmessage ⬇️

To use @itsnot/postmessageb, all you need to do is install the @itsnot/postmessage package:

$ yarn add @itsnot/postmessage

# or

$ npm i @itsnot/postmessage

Usage 💻

To start using, follow these steps:

  1. Import Postmessage from @itsnot/postmessage then use it:
import { PostMessage } from '@itsnot/postmessage'

PostMessage.listen((event) => {
  console.log(event)
})

Under construction... 👨🏻‍🏭

More on (Documentation).

About

A simplifier for the PostMessage API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published