Fastify

simpleicons-8/F/Fastify
include('simpleicons-8/F/Fastify')
Illustration Fastify
illustration for Illustration illustration for Fastify

Sprites

The item provides the following sriptes:

  • <$FastifyXs>
  • <$FastifySm>
  • <$FastifyMd>
  • <$FastifyLg>

Fastify

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('simpleicons-8/bootstrap')

' loads the Item which embeds the element Fastify
include('simpleicons-8/F/Fastify')

' renders the element
Fastify('Fastify', 'Fastify', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('simpleicons-8/bootstrap')

' loads the Item which embeds the element Fastify
include('simpleicons-8/F/Fastify')

' renders the element
Fastify('Fastify', 'Fastify', 'an optional tech label', 'an optional description')
@enduml