Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM usage instructions #12

Open
petermoresi opened this issue Sep 23, 2021 · 0 comments
Open

NPM usage instructions #12

petermoresi opened this issue Sep 23, 2021 · 0 comments

Comments

@petermoresi
Copy link

Would be really helpful if you added some instruction on how to install and use via npm into the README.

Install:

 npm i @procore/procore-iframe-helpers

Usage:

// esm syntax
import {initialize} from "@procore/procore-iframe-helpers"

// commonjs syntax
var {initialize} = require("@procore/procore-iframe-helpers")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant