Skip to content

Instantly share code, notes, and snippets.

View ferulisses's full-sized avatar

Fernando Ulisses dos Santos ferulisses

  • São Paulo, Brasil
View GitHub Profile
@inorganik
inorganik / app.svelte
Last active June 25, 2025 15:29
CountUp.js with Svelte!
<script>
/**
* You can use CountUp directly like this:
*/
import { onMount } from 'svelte';
import { CountUp } from 'countup.js';
let targetEl, countUpAnim
onMount(() => {