Packages
leaf
0.3.0Visual WYSIWYG + Obsidian-style hybrid live preview + markdown editor for Phoenix LiveView
etcher
0.9.0Annotation overlay for Fresco viewers in Phoenix. Draw shapes on `<Fresco.canvas>` and `<FrescoStrip.viewer>`; annotations live inside the host's extensions map and travel with the .fresco file (canvas) or the strip's serialized state.
fresco
0.10.0Polished pan-zoom image viewer for Phoenix apps, with optional infinite-canvas mode for Figma/Miro-style workspaces around the image. Hand-rolled CSS-transform engine — no canvas, no external JS deps. The foundation for layered extensions (annotations, ML overlays); also useful standalone.
backblaze_regions
0.1.0A simple library providing a list of all Backblaze B2 regions with their names, geography, and continent data.
aws_regions
0.1.0A simple library providing a list of all AWS regions with their names, geography, and continent data.
tigris_regions
0.1.0A simple library providing a list of all Tigris regions with their names, geography, and continent data.
tessera
0.3.4DZI deep-zoom + progressive-resolution layer for Fresco image viewers in Phoenix. Generate DZI tile pyramids from images via ImageMagick; render them as a Fresco peer layer that swaps raster resolutions on zoom and streams DZI tiles for deep zoom on gigapixel images.
keyfob
0.1.0QR device-handoff login for Phoenix LiveView. Show a QR on the login screen, approve from an already-authenticated phone, and the waiting browser signs in — auth-system-agnostic: your app issues the session.
manhwa
0.1.9Batteries-included long-strip comic reader for Phoenix — webtoons, manhwa, manhua, anything that reads by scrolling. Router-mounted reader with panel snap, auto-reader, progress, and settings on top of fresco_strip; persistence via a small Store behaviour.
fresco_strip
0.3.0Vertical-image-strip scroll companion to Fresco — manhwa, long-form comics, scrolling-feed readers. Native browser scroll, memory windowing, per-image extension overlays. Annotation-ready: Etcher (>= 0.4.12) draws shapes on each page out of the box via the shared `window.Fresco` registry.
giphy_api
0.1.1Standalone Giphy API client for Elixir
manga
0.1.4Batteries-included paged comic reader for Phoenix — manga-style page/spread reading on fresco's pan-zoom canvas: double-page spreads, RTL/LTR direction, rotation, page overrides, and in-place chapter swaps. Builds on the manhwa package's reader core.
stint
0.1.2Tick-based activity session tracking — no start/stop calls, just report elapsed time and stints (bounded periods of activity) assemble themselves via gap-stitching. Second-resolution start/end per stint, session counts, day/timezone queries. Bring your own Ecto repo.
tesseract_js
0.1.0Phoenix-friendly wrapper for tesseract.js — OCR in the browser, with a unified model registry that serves both CDN and local modes.
dims
0.1.0Probe remote image dimensions (width × height) from just a URL — fetches only the first bytes via HTTP Range and parses JPEG/PNG/WebP/GIF headers. Batch probing with parallelism, median backfill for failed probes, sampling for huge lists, and built-in caching.
chapter
0.1.0Parse, compare, and sort the chapter identifiers scanlation sources actually use — v30-c378, 10.5, 129e, 062 — into correct reading order. Natural ordering keys, prev/next comparisons, display numbers, and publication-status normalization. Pure functions, zero dependencies.
open_fresco
0.1.0Server-side OG-image / social-card rendering, built on Fresco. A scene model (text, image, shape, button) with fills/gradients, {{slot}} templating, measured word-wrap, anchoring, and responsive sizing — rendered to SVG or PNG (via the optional resvg dependency).