Skip to content

Instantly share code, notes, and snippets.

@viduraperera
Created November 22, 2021 06:32
Show Gist options
  • Select an option

  • Save viduraperera/99a5bc83dfc4c6d6f45dfa0fc8766fc1 to your computer and use it in GitHub Desktop.

Select an option

Save viduraperera/99a5bc83dfc4c6d6f45dfa0fc8766fc1 to your computer and use it in GitHub Desktop.
browser-image-compression-compress-button
<div className="col-xl-4 col-lg-4 col-md-12 mb-5 mt-5 col-sm-12 d-flex justify-content-center align-items-baseline">
<br />
{this.state.outputFileName ? (
<button
type="button"
className=" btn btn-dark"
onClick={e => this.click(e)}
>
Compress
</button>
) : (
<></>
)}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment