Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
patelka2211 committed Jan 14, 2024
1 parent 51c269f commit 7318b02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![](https://cdn.jsdelivr.net/gh/patelka2211/sharer/sharer-from-kpverse.jpg)](https://kpverse.in/sharer/ "Sharer from KPVERSE")
[![](./kpverse-sharer.jpg)](https://kpverse.in/sharer/ "Sharer from KPVERSE")

### <div align="center"><a href="https://kpverse.in/sharer/">Sharer</a> - A URL Sharing Tool for Websites and Web Apps, from <a href="https://kpverse.in/">KPVERSE</a></div>

Expand Down Expand Up @@ -115,6 +115,6 @@ setColor("#2596D1").open({

---

### <div align="center"><a href="https://kpverse.in"><img style="height: 86px;" src="https://cdn.jsdelivr.net/gh/patelka2211/sharer/kpverse-sharer.svg"></a></div>
<!-- ### <div align="center"><a href="https://kpverse.in"><img style="height: 86px;" src="https://cdn.jsdelivr.net/gh/patelka2211/sharer/kpverse-sharer.svg"></a></div> -->

<div align="center">© 2023 <a href="https://kpverse.in/about/">Kartavya Patel</a>. All rights reserved.</div>
Binary file added kpverse-sharer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default [
output: {
file: "index.js",
format: "es",
banner: `'use strict';`,
banner: `${banner}'use strict';`,
},
},
process.env.format === "esm" && {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { initializeIfNot } from "./intialization/intializeIfNot";

if (document.readyState === "loading")
window.addEventListener("load", function runAfterLoad() {
window.addEventListener("load", function runAfterLoad(): void {
initializeIfNot();

setTimeout(() => {
Expand Down

0 comments on commit 7318b02

Please sign in to comment.