Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@remocons remocons released this 26 Sep 12:31
· 1 commit to main since this release

v2.2.0

IMPORTANT.

  • update rollup security fix.
  • change dist filenames.

Node.js IO client:

named export

import { IO } from 'iosignal'

browser IO client

local file

//  use path and extention
import IO from './dist/io.js'

brower IO client with bundler. svelte etc...

export default.

import IO from 'iosignal/io.js'

browser IO client (UMD/IIFE)

local file

<script src="./dist/io.min.js"></script>

CDN

<script src="https://cdn.jsdelivr.net/npm/iosignal@2.2.0/dist/io.min.js"></script>