11.10.8-1-uncensored • Published 9 days ago

sweetalert2-uncensored v11.10.8-1-uncensored

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

SweetAlert 2 Uncensored

This is plain SweetAlert 2, but without political propaganda.

Installation

Install using npm:

npm i sweetalert2-uncensored

or download the pre-built files here.

Usage

The only difference with SweetAlert 2 vanilla is the way you import the plugin:

import  Swal  from  'sweetalert2-uncensored'

// or via CommonJS
const  Swal = require('sweetalert2-uncensored')

For the rest, follow SweetAlert 2 page instructions.