npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

signal-flag-images

v3.0.0

Published

International Code of Signals Flag images

Downloads

17

Readme

Signal flag images

International Code of Signals Flag image files in svg vector format.

Quick start 1

Go to the (signalflags.org)[https://signalflags.org/] website where you can see all of our images and download them all or copy and paste them individually in a couple of clicks.

Quick start 2 - use in a document

Download

Download a zip archive containing version 3.0.0 of our images.

For other versions and a .tar.gz dowload option see the release page on GitHub.

Extract the files

Software to extract zip archives is built in to many operating systems including Windows, MacOS, and most flavours of Linux.

Locate the files you want

The image files are located in the following directories:

| | A-Z and other flags | 0-9 and answering pennants | substitutes | | ---------------------------------------- | ------------------------------ | ------------------------------- | -------------------------------- | | Main set (natural colours with outlines) | sf-rectangle-outline | sf-pennant-outline | sf-triangle-outline | | Alternative shapes | sf-square-outline | sf-short-outline | | | Without outlines | sf-rectangle-no-outline | sf-pennant-no-outline | sf-triangle-no-outline | | Alternative shapes without outlines | sf-square-no-outline | sf-short-no-outline | | | Primary colours without outlines | sf-square-no-outline-primary | sf-pennant-no-outline-primary | sf-triangle-no-outline-primary |

Insert the images into a document

Use the functions of the editing software you are using to insert the images you want and resize them appropriately.

Quick start 3 - use on a website

If you just want to try something out you can load a single image from the content delivery network (CDN) jsdelivr in an image tag. You can control the size of the image either by setting properties on the image itself:

<img
  height="120px"
  src="https://cdn.jsdelivr.net/npm/signal-flag-images@3/sf-rectangle-outline/a.svg"
/>

... or by wrapping in another element:

<div style="width: 240px;">
  <img
    src="https://cdn.jsdelivr.net/npm/signal-flag-images@3/sf-pennant-outline/n1.svg"
  />
</div>

This is going to slow down your website though, so you will be better off downloading all the images from the link above and saving them in your website. Better still, and almost as easy, is using the JavaScript software that generates these images. To see how to do this visit https://signalflags.org/.

Documentation

These images are free to use: see https://unlicense.org/.

The images are automatically generated by the signal flags open source software for precision and consistency and includes designs for all flags used internationally:

  • Alphabet flags A-Z
  • Numeral pennants 0-9
  • Answering pennant (AP)
  • First, second, third and fourth substitutes.
  • All flags used in the Racing Rules of Sailing:
    • orange flag for the start line
    • black flag for starts
    • blue and yellow flags for match racing
    • umpires’ green, green and white and red flags, and a black and white flag for team racing umpires
    • +/-, red square and green triangle flags for moving marks.

Images are provided in the SVG vector format and sets of flag images are included with the following options:

  • with or without outlines for ease of use in print or on screen against any background
  • 4×3 or square shapes for alphabet and other flags
  • 3×1 or 2×1 ('short') shapes for pennants
  • square alphabet flags, short pennants and triangles in primary colours for 3rd party compatibility.

Changes

v3.0.0 30 March 2021 Version 3 introduces a new directory structure which breaks compatibility with previous versions. Images are now sorted into separate directories described above (individual flag names have not changed however). In addition, v3 has the following new features and improvements:

  • 11 new flags
  • improvements to some designs for greater familiarity with 'real' flags and pennants (I, P and S flags and 1 and 2 pennents)
  • pennants are now in a 3×1 aspect ratio, again for greater familiarity with the prototype (2×1 aspect ratio pennants are still available as short pennants)
  • images are now grouped into directories by 'type' (flag, pennant, triangle), avoiding the duplication of identical images in previous versions.

v2.2.0 16 March 2021

  • White elements are now 'white smoke' #f5f5f5 (except for primary colour option).

v2.1.1 15 March 2021

  • Fixed path of bottom white stripe on 3rd Substitute.

v2.1.1 15 March 2021

  • Breaking: new images folder locations.

These images were created on 30 March 2021 using signal-flags version 2.4.0. For more information and resources see the Signal Flags website.