Open the Concepts File Viewer in your browser here
Web-based viewer for iOS Concepts app files (.concept/.concepts format).
- Drag & Drop Interface - Drop .concept files directly into the browser
- Gallery View - Open a directory and browse all files inside the web app
- Stroke Rendering - Displays all strokes with accurate colors and line widths
- Pan & Zoom - Mouse wheel to zoom, click and drag to pan
- Touch Support - Pinch to zoom and drag on mobile/tablet devices
- Transform Support - Correctly applies affine transformations to strokes
- High-DPI Support - Sharp rendering on Retina and other high-DPI displays
npm install
npm run devOpen http://localhost:8000 and drag a .concept(s) file onto the page.
npm run dev- Start development server with file watchingnpm run build- Build bundle onlynpm run watch- Watch and rebuild on changesnpm run serve- Serve files (dev server)
- TypeScript
- Express (dev server)
- esbuild (bundling)
- Canvas API (rendering)
- Support for other drawing tools - Dotted line tool, other eraser types, etc
- Desktop app - allows for file association, double-click a concept file to view!
- Better UI - Current view is functional, but could use space better and offer more options
