<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jQueryScript</title>
    <description>The latest articles on DEV Community by jQueryScript (@jqueryscript).</description>
    <link>https://dev.to/jqueryscript</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2044435%2F1d02b5d3-1d9f-4d54-9e75-ac55372c2a3d.jpg</url>
      <title>DEV Community: jQueryScript</title>
      <link>https://dev.to/jqueryscript</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jqueryscript"/>
    <language>en</language>
    <item>
      <title>Before/After Image Comparison Slider in JS</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 09 Apr 2026 05:09:33 +0000</pubDate>
      <link>https://dev.to/jqueryscript/beforeafter-image-comparison-slider-in-js-33d</link>
      <guid>https://dev.to/jqueryscript/beforeafter-image-comparison-slider-in-js-33d</guid>
      <description>&lt;p&gt;Image Comparison Slider: a vanilla JavaScript component that lets users drag a handle to compare before/after images side by side.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CSS clip-path reveal effect (GPU-composited)&lt;/li&gt;
&lt;li&gt;Mouse drag, touch gestures, and full keyboard support&lt;/li&gt;
&lt;li&gt;ARIA slider role for screen readers&lt;/li&gt;
&lt;li&gt;Hover-animated labels for each side&lt;/li&gt;
&lt;li&gt;Responsive with 16:9 aspect ratio enforcement&lt;/li&gt;
&lt;li&gt;Works with any image pair, no dependencies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/before-after-comparison-slider-support/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://codepen.io/mudasirbuilds/pen/NPRbpJP" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/before-after-comparison-slider-support" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>boring-avatars-vanilla: SVG Avatars from Any Username</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 09 Apr 2026 03:50:06 +0000</pubDate>
      <link>https://dev.to/jqueryscript/boring-avatars-vanilla-svg-avatars-from-any-username-16j0</link>
      <guid>https://dev.to/jqueryscript/boring-avatars-vanilla-svg-avatars-from-any-username-16j0</guid>
      <description>&lt;p&gt;boring-avatars-vanilla: a vanilla JavaScript library that generates unique, deterministic SVG avatars from any username or string.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;6 visual variants: marble, beam, pixel, ring, sunset, bauhaus&lt;/li&gt;
&lt;li&gt;Customizable color palette&lt;/li&gt;
&lt;li&gt;Circular and square output&lt;/li&gt;
&lt;li&gt;Works in browsers and Node.js&lt;/li&gt;
&lt;li&gt;CDN script tag support via unpkg or jsDelivr&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/svg-boring-avatars-vanilla/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/hustcc/boring-avatars-vanilla" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/svg-boring-avatars-vanilla/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>jal-co/ui: Open-Source React Component Library for Tailwind CSS</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 09 Apr 2026 02:22:55 +0000</pubDate>
      <link>https://dev.to/jqueryscript/jal-coui-open-source-react-component-library-for-tailwind-css-2m27</link>
      <guid>https://dev.to/jqueryscript/jal-coui-open-source-react-component-library-for-tailwind-css-2m27</guid>
      <description>&lt;p&gt;jal-co/ui: an open-source React component library that ships components through a shadcn-compatible registry.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;30+ components covering code blocks, GitHub metrics, dev dashboards, and documentation layouts&lt;/li&gt;
&lt;li&gt;Async server components for GitHub stats, npm badge data, and contributor grids fetched at build time via ISR&lt;/li&gt;
&lt;li&gt;shadcn CLI installation: one command downloads the source into your project&lt;/li&gt;
&lt;li&gt;No paywall, no npm package to version-track, no external dependencies as a default&lt;/li&gt;
&lt;li&gt;Pretext-powered layout components that predict text dimensions without DOM measurement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Works with Next.js App Router and Tailwind CSS v4. Every component is editable source in your project. Registry at ui.justinlevine.me.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/next-js/jal-co-ui/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/jal-co/ui" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://ui.justinlevine.me/docs" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>open-edit: Rich Text Editor for Modern Web Apps</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 08 Apr 2026 05:55:26 +0000</pubDate>
      <link>https://dev.to/jqueryscript/open-edit-rich-text-editor-for-modern-web-apps-4ppk</link>
      <guid>https://dev.to/jqueryscript/open-edit-rich-text-editor-for-modern-web-apps-4ppk</guid>
      <description>&lt;p&gt;open-edit: a lightweight JavaScript WYSIWYG editor for web apps that need clean HTML output and a smaller editing surface.&lt;/p&gt;

&lt;p&gt;Key points:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML and Markdown import/export&lt;/li&gt;
&lt;li&gt;Configurable toolbar and status bar&lt;/li&gt;
&lt;li&gt;Image upload hook&lt;/li&gt;
&lt;li&gt;Callout, emoji, and slash command plugins&lt;/li&gt;
&lt;li&gt;React and Vue friendly setup&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Great for CMS fields, internal tools, docs, and comment editors.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/open-wysiwyg-editor/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/cnagel08/open-edit" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/open-wysiwyg-editor" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Interactive WebGL Image Gallery with Distortion Effect</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 08 Apr 2026 04:34:40 +0000</pubDate>
      <link>https://dev.to/jqueryscript/interactive-webgl-image-gallery-with-distortion-effect-5cji</link>
      <guid>https://dev.to/jqueryscript/interactive-webgl-image-gallery-with-distortion-effect-5cji</guid>
      <description>&lt;p&gt;WebGL Concave Gallery: a vanilla JavaScript class that renders an infinite, draggable image grid with a real-time concave distortion effect computed in GLSL shaders.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Infinite scrollable grid with mouse, touch, and scroll wheel support&lt;/li&gt;
&lt;li&gt;Live concave warp via a custom vertex shader (no CSS transforms)&lt;/li&gt;
&lt;li&gt;Adjustable distortion strength and radius with keyboard shortcuts&lt;/li&gt;
&lt;li&gt;Inertia-based panning with automatic momentum decay&lt;/li&gt;
&lt;li&gt;Built-in fullscreen toggle&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/webgl-gallery-concave-distortion/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://codepen.io/ol-ivier/pen/emdjmBQ" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/webgl-gallery-concave-distortion" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>boneyard-js: CLI-Driven Skeleton UI for Any Framework</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 08 Apr 2026 02:46:20 +0000</pubDate>
      <link>https://dev.to/jqueryscript/boneyard-js-cli-driven-skeleton-ui-for-any-framework-ec8</link>
      <guid>https://dev.to/jqueryscript/boneyard-js-cli-driven-skeleton-ui-for-any-framework-ec8</guid>
      <description>&lt;p&gt;boneyard is a skeleton loading framework that captures your real UI and turns it into matching placeholder screens.&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;p&gt;• build time skeleton extraction from actual component layout&lt;br&gt;
• responsive bone files for different viewport widths&lt;br&gt;
• support for React, Vue, Svelte, Angular, and React Native&lt;br&gt;
• fixture based capture for auth or API driven screens&lt;br&gt;
• registry import so named skeletons resolve automatically&lt;/p&gt;

&lt;p&gt;Good fit for cards, dashboards, content feeds, and screens where layout shift matters.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/next-js/skeleton-boneyard/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/0xGF/boneyard" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://boneyard.vercel.app/demo" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
    </item>
    <item>
      <title>Dark Mode Toggle Plugin For Bootstrap 5</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Wed, 08 Apr 2026 02:27:55 +0000</pubDate>
      <link>https://dev.to/jqueryscript/dark-mode-toggle-plugin-for-bootstrap-5-2ijg</link>
      <guid>https://dev.to/jqueryscript/dark-mode-toggle-plugin-for-bootstrap-5-2ijg</guid>
      <description>&lt;p&gt;Bootstrap Darkmode Toggle: a Bootstrap 5 plugin for adding a light and dark mode switch to your app.&lt;/p&gt;

&lt;p&gt;It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;jQuery and vanilla JavaScript&lt;/li&gt;
&lt;li&gt;user preference detection&lt;/li&gt;
&lt;li&gt;local storage or cookie-based persistence&lt;/li&gt;
&lt;li&gt;custom labels&lt;/li&gt;
&lt;li&gt;custom color mode names&lt;/li&gt;
&lt;li&gt;toggle and button layouts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Good fit for dashboards, docs sites, admin panels, and Bootstrap UI demos.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/other/dark-mode-toggle-bs.html" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/palcarazm/bs-darkmode-toggle" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.jqueryscript.net/demo/dark-mode-toggle-bs" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>bootstrap</category>
    </item>
    <item>
      <title>Math Curve Loaders: SVG CSS Loading Animations</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 07 Apr 2026 09:30:30 +0000</pubDate>
      <link>https://dev.to/jqueryscript/math-curve-loaders-svg-css-loading-animations-4hj</link>
      <guid>https://dev.to/jqueryscript/math-curve-loaders-svg-css-loading-animations-4hj</guid>
      <description>&lt;p&gt;Math Curve Loaders: a plain HTML, SVG, CSS, and JavaScript loader gallery built around mathematical curves.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It includes:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;particle trail motion&lt;/li&gt;
&lt;li&gt;rose, Lissajous, cardioid, and hypotrochoid variants&lt;/li&gt;
&lt;li&gt;modal previews&lt;/li&gt;
&lt;li&gt;formula notes&lt;/li&gt;
&lt;li&gt;copyable and downloadable HTML&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Useful if you want a loader with more personality than a standard spinner.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/math-curve-loaders/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Paidax01/math-curve-loaders" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/math-curve-loaders" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>The GridCN: shadcn/ui Components With Tron Aesthetics and 3D Effects</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 07 Apr 2026 05:48:57 +0000</pubDate>
      <link>https://dev.to/jqueryscript/the-gridcn-shadcnui-components-with-tron-aesthetics-and-3d-effects-3346</link>
      <guid>https://dev.to/jqueryscript/the-gridcn-shadcnui-components-with-tron-aesthetics-and-3d-effects-3346</guid>
      <description>&lt;p&gt;The GridCN: a Tron: Ares-inspired design system built on shadcn/ui for React and Next.js.&lt;/p&gt;

&lt;p&gt;Key highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;50+ fully styled shadcn/ui components with Tron visuals and neon accents&lt;/li&gt;
&lt;li&gt;6 Greek god-inspired color themes (Ares, Tron, Clu, Athena, Aphrodite, Poseidon) using the oklch() color space&lt;/li&gt;
&lt;li&gt;HUD-style components: radar displays, dossier cards, countdown timers, and status strips&lt;/li&gt;
&lt;li&gt;Three.js 3D effects: interactive grid floors, particle systems, and fly-through tunnels&lt;/li&gt;
&lt;li&gt;CSS glow, scanline, and pulse utilities tied to each active theme&lt;/li&gt;
&lt;li&gt;Full TypeScript definitions throughout&lt;/li&gt;
&lt;li&gt;Dynamic theme switching with persistent storage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Components install directly as editable source files. Open source, MIT licensed.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/shadcn-ui/tron-design-system/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/educlopez/thegridcn-ui" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://thegridcn.com/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>shadcn</category>
    </item>
    <item>
      <title>Smooth CSS Gradients with easing-gradients (A TailwindCSS Plugin)</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Tue, 07 Apr 2026 03:44:15 +0000</pubDate>
      <link>https://dev.to/jqueryscript/smooth-css-gradients-with-easing-gradients-a-tailwindcss-plugin-49j3</link>
      <guid>https://dev.to/jqueryscript/smooth-css-gradients-with-easing-gradients-a-tailwindcss-plugin-49j3</guid>
      <description>&lt;p&gt;easing-gradients: a Tailwind CSS plugin that applies easing curves to gradient stop distribution. Linear gradients often show hard edges at the start or end. This plugin fixes that.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Four preset curves (linear, in, out, in-out)&lt;/li&gt;
&lt;li&gt;Custom cubic-bezier support&lt;/li&gt;
&lt;li&gt;Works with Tailwind v4&lt;/li&gt;
&lt;li&gt;No JavaScript, just CSS custom properties&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Install with pnpm add easing-gradients, then add &lt;a class="mentioned-user" href="https://dev.to/plugin"&gt;@plugin&lt;/a&gt; "easing-gradients" to your CSS file. Use classes like gradient-ease-in-out on any gradient background.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://next.jqueryscript.net/tailwind-css/easing-gradients/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/ibelick/easing-gradients" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://easing-gradients.ibelick.com/" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tailwindcss</category>
    </item>
    <item>
      <title>Material Symbols Picker: Variable Font Icon Picker</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 02 Apr 2026 08:42:09 +0000</pubDate>
      <link>https://dev.to/jqueryscript/material-symbols-picker-variable-font-icon-picker-hk3</link>
      <guid>https://dev.to/jqueryscript/material-symbols-picker-variable-font-icon-picker-hk3</guid>
      <description>&lt;p&gt;Material Symbols Picker: a vanilla JavaScript library that attaches a full icon picker to any HTML input element and lets users browse and select icons from Google's Material Symbols font.&lt;/p&gt;

&lt;p&gt;Key features:&lt;br&gt;
• 2,500+ icons fetched from the official Google Fonts manifest&lt;br&gt;
• Outlined, rounded, and sharp variant switching&lt;br&gt;
• Search by icon name or descriptive tag&lt;br&gt;
• Category filtering via a built-in dropdown&lt;br&gt;
• Variable font axis controls: fill, weight, grade, and optical size&lt;br&gt;
• Built-in light, dark, and auto themes&lt;br&gt;
• Virtual scrolling for smooth performance at scale&lt;br&gt;
• Full localization support&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/material-design-icon-picker/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/Axsag/material-icons-picker" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/material-design-icon-picker" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>heerich.js: SVG Voxel Engine for 3D Scenes</title>
      <dc:creator>jQueryScript</dc:creator>
      <pubDate>Thu, 02 Apr 2026 06:01:23 +0000</pubDate>
      <link>https://dev.to/jqueryscript/heerichjs-svg-voxel-engine-for-3d-scenes-14ji</link>
      <guid>https://dev.to/jqueryscript/heerichjs-svg-voxel-engine-for-3d-scenes-14ji</guid>
      <description>&lt;p&gt;heerich.js: a JavaScript library that builds 3D voxel scenes and renders them as crisp SVG vectors.&lt;/p&gt;

&lt;p&gt;Key features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Four CSG-style boolean modes (union, subtract, intersect, exclude)&lt;/li&gt;
&lt;li&gt;Oblique and perspective camera projections&lt;/li&gt;
&lt;li&gt;Per-face SVG styling with position-driven callback support&lt;/li&gt;
&lt;li&gt;Box, sphere, line, and custom fill shape primitives&lt;/li&gt;
&lt;li&gt;Per-voxel axis scaling with configurable anchors&lt;/li&gt;
&lt;li&gt;Full DOM interactivity through data attributes on every polygon&lt;/li&gt;
&lt;li&gt;JSON serialization for save and restore&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No WebGL, no canvas. Pure SVG output that scales to any resolution and works with standard DOM event listeners.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/3d-voxel-svg-heerich/" rel="noopener noreferrer"&gt;Blog Post&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/meodai/heerich" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://www.cssscript.com/demo/3d-voxel-svg-heerich" rel="noopener noreferrer"&gt;Live Demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
  </channel>
</rss>
