Skip to the content.

ASCII Art Webpack Plugin

Description

The ASCII Art Webpack Plugin

Installation

npm install --save-dev ascii-art-webpack-plugin

or shorthand

npm i -D ascii-art-webpack-plugin

Usage

const { AsciiArtWebpackPlugin } = require('ascii-art-webpack-plugin');

const webpackConfig = {
  // ... config settings here ...
  plugins: [
    new AsciiArtWebpackPlugin({
      text: 'Company Name',
      font: 'Big Money-se',
    }),
  ],
};

Options

Fonts

The ascii-art-webpack-plugin supports all Figlet fonts. The default is ‘Standard’. I highly recommend trying out the following: