@bradycorporation/brady-web-sdk

1.6.1 • Public • Published

The Brady Web SDK

The brady-web-sdk package allows connectivity and the printing of images to supported Brady printers from a web browser.

You may refer to sdk.bradyid.com for detailed documentation of the API. All available API methods are accessed using this BradySdk object that you will initialize in a script.


Set Up

  1. To install the brady-web-sdk package, navigate to your application's root in a command prompt and use the command:
npm i @bradycorporation/brady-web-sdk
  1. Since the brady-web-sdk is not a Node.js module, importing the module requires users to map the import using the script type "importmap". Refer to this article for more details on these imports.
<!-- In the application's index.html/entry point, map the SDK using it's installation 
path to a custom import name. This name is not required to be "brady-web-sdk". -->

<script type="importmap">
    { 
        "imports": {
            "brady-web-sdk": "./node_modules/@bradycorporation/brady-web-sdk/dist/bundle.js"
        }                   
    }                     
</script> 
  1. To use the SDK, you may now use your import name in a JavaScript file like:
import BradySdk from 'brady-web-sdk'
var bradySdk = new BradySdk(printerUpdatesCallback)

The Brady Web SDK is completely dependent on the Bluetooth Web API at the current moment. Therefore, click here to refer to all supported browsers. All of these supported browsers have been tested including the mentioned mobile browsers.

NOTE: The most popular web browser for Mac users is Safari. Since Safari is not supported with the Bluetooth Web API, you may install any of the supported browsers on Mac as a work-around.

Package Sidebar

Install

npm i @bradycorporation/brady-web-sdk

Weekly Downloads

4

Version

1.6.1

License

SEE LICENSE IN LICENSE.md

Unpacked Size

502 kB

Total Files

6

Last publish

Collaborators

  • markdownes
  • seanflynn5
  • bureza01