Octanerender

simpleicons-8/O/Octanerender
include('simpleicons-8/O/Octanerender')
Illustration Octanerender
illustration for Illustration illustration for Octanerender

Sprites

The item provides the following sriptes:

  • <$OctanerenderXs>
  • <$OctanerenderSm>
  • <$OctanerenderMd>
  • <$OctanerenderLg>

Octanerender

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 Octanerender
include('simpleicons-8/O/Octanerender')

' renders the element
Octanerender('Octanerender', 'Octanerender', '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 Octanerender
include('simpleicons-8/O/Octanerender')

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