Mostlylucid.Naiad.Meta.Complete 0.0.1-alpha

This is a prerelease version of Mostlylucid.Naiad.Meta.Complete.
dotnet add package Mostlylucid.Naiad.Meta.Complete --version 0.0.1-alpha
                    
NuGet\Install-Package Mostlylucid.Naiad.Meta.Complete -Version 0.0.1-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mostlylucid.Naiad.Meta.Complete" Version="0.0.1-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Mostlylucid.Naiad.Meta.Complete" Version="0.0.1-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Mostlylucid.Naiad.Meta.Complete" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Mostlylucid.Naiad.Meta.Complete --version 0.0.1-alpha
                    
#r "nuget: Mostlylucid.Naiad.Meta.Complete, 0.0.1-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Mostlylucid.Naiad.Meta.Complete@0.0.1-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mostlylucid.Naiad.Meta.Complete&version=0.0.1-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Mostlylucid.Naiad.Meta.Complete&version=0.0.1-alpha&prerelease
                    
Install as a Cake Tool

Mostlylucid.Naiad.Meta.Complete

Meta package for complete Naiad composition with the full built-in plugin set.

This package contains no binaries. It composes package dependencies so you get everything in one install.

Install

dotnet add package Mostlylucid.Naiad.Meta.Complete

What's Included

Package Description
Mostlylucid.Naiad Core renderer - 30+ Mermaid diagram types, SVG output
Mostlylucid.Naiad.Skins.Cats Cat-themed flowchart skin pack
Mostlylucid.Naiad.Skins.Showcase Showcase skin packs (prism3d, neon, sunset)
Mostlylucid.Naiad.Surfaces.ImageSharp ImageSharp PNG/JPEG rasterization
Mostlylucid.Naiad.Surfaces.Skia SkiaSharp PNG/JPEG rasterization

Quick Start

using Naiad;
using Naiad.Rendering;

var mermaid = """
    flowchart LR
      A[Start] --> B[Process]
      B --> C[End]
    """;

var svg = NaiadRenderer.RenderToSvg(mermaid);

When to Use This vs Mostlylucid.Naiad.Meta.Mermaid

  • Meta.Complete - You want everything: all skin packs, all rendering surfaces, all diagram types.
  • Meta.Mermaid - You want a minimal Mermaid-equivalent setup (core renderer only, no extras).

License

Unlicense

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.1-alpha 177 2/25/2026

v0.1.1 - Initial public preview
- 30+ Mermaid diagram types (flowchart, sequence, class, ER, state, geo, etc.)
- Blazor web component wrapper
- ImageSharp and SkiaSharp rendering surfaces
- Showcase and Cats skin packs
- WebAssembly support via npm packages