Skip to content

Commit

Permalink
Updated CDN links
Browse files Browse the repository at this point in the history
  • Loading branch information
patelka2211 committed Jun 24, 2023
1 parent 48fd6be commit 231fbbe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![](https://cdn.jsdelivr.net/gh/patelka2211/dominar@master/website-stuff/media/poster.jpg)](https://patelka2211.github.io/dominar)
[![](https://cdn.jsdelivr.net/gh/patelka2211/dominar/website-stuff/media/poster.jpg)](https://patelka2211.github.io/dominar)

# Dominar

Dominar is a powerful library designed to make it easy for developers to manipulate the Document Object Model (DOM) and create dynamic HTML content. Dominar empowers you to take control of your web development projects like a pro. Unleash the power to dominate the DOM with Dominar.

## Demo

[![](https://cdn.jsdelivr.net/gh/patelka2211/dominar@master/website-stuff/media/preview.gif)](https://patelka2211.github.io/dominar)
[![](https://cdn.jsdelivr.net/gh/patelka2211/dominar/website-stuff/media/preview.gif)](https://patelka2211.github.io/dominar)

Visit [https://patelka2211.github.io/dominar/](https://patelka2211.github.io/dominar/) and click on "✨ See live preview" button to see a to-do app built using Dominar.

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/>
<meta
property="og:image"
content="https://patelka2211.github.io/dominar@master/website-stuff/media/poster.jpg"
content="https://cdn.jsdelivr.net/gh/patelka2211/dominar/website-stuff/media/poster.jpg"
/>

<!-- Twitter -->
Expand All @@ -55,7 +55,7 @@
/>
<meta
property="twitter:image"
content="https://patelka2211.github.io/dominar@master/website-stuff/media/poster.jpg"
content="https://cdn.jsdelivr.net/gh/patelka2211/dominar/website-stuff/media/poster.jpg"
/>

<script defer src="./website-stuff/js/index.bundle.js"></script>
Expand All @@ -72,7 +72,7 @@
playsinline
>
<source
src="https://cdn.jsdelivr.net/gh/patelka2211/dominar@master/website-stuff/media/Dominar-intro.mp4"
src="https://cdn.jsdelivr.net/gh/patelka2211/dominar/website-stuff/media/Dominar-intro.mp4"
/>
</video>
<a
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"declaration": true,
"outDir": "./lib",
"strict": true
// "esModuleInterop": true,
// "forceConsistentCasingInFileNames": true,
// "skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_package", "test"]
Expand Down

0 comments on commit 231fbbe

Please sign in to comment.