imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
122 stars 20 forks source link

[SUPPORT-445] JS-CORE-updates #346

Closed AbuBoo closed 1 year ago

commit-lint[bot] commented 1 year ago

Contributors

AbuBoo

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
AbuBoo commented 1 year ago

Updating JS-core documentation page on install. https://docs.imgix.com/libraries/js-core

Updating documentation to include variable definition in the needed code block

Line below being added to code block in image. const ImgixClient = require('@imgix/js-core');

Screen Shot 2022-12-02 at 3 48 36 PM

this is done to make sure the install works right

luqven commented 1 year ago

Resolved offline