Skip to content

diba-io/bitmask-connect

Repository files navigation

Using Yarn to Compile the JS Library

To include the JS library in your project, you can follow these steps:

  1. Make sure you have Yarn installed on your system.
  2. Open a terminal and navigate to your project directory.
  3. Run the following command to install the necessary dependencies:
yarn install
  1. Once the dependencies are installed, you can compile the JS library by running the following command:
yarn compile

This will generate the compiled library file, named index.js, in your project directory.

  1. Finally, you can add the compiled library file to your project by importing it in your code:
import library from "./index.js";

Make sure to adjust the file path if necessary.

That's it! You have successfully compiled and added the JS library to your project using Yarn.

For using the package you have:

try {
        const response = await sendMessage("title","desdc",0,1122,true);
        console.log("Response from content script:", response);
    } catch (error) {
        console.error("Error communicating with content script:", error);
}

after add the index.js file to your web or do npm -i bitmask-connect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published