Niconico

simpleicons-8/N/Niconico
include('simpleicons-8/N/Niconico')
Illustration Niconico
illustration for Illustration illustration for Niconico

Sprites

The item provides the following sriptes:

  • <$NiconicoXs>
  • <$NiconicoSm>
  • <$NiconicoMd>
  • <$NiconicoLg>

Niconico

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 Niconico
include('simpleicons-8/N/Niconico')

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

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