Skip to content

Examples

Experience textmode.js in action with our interactive demos.

Interactive examples

All examples below are fully interactive and run directly in your browser. You can modify the code and see the results immediately.

sine wave interference
<!DOCTYPE html>
<html>
<head>
  <title>Parcel Sandbox</title>
  <meta charset="UTF-8" />
  <link rel="stylesheet" href="/styles.css" />
</head>
<body>
  <h1>Hello world</h1>
</body>
</html>
digital rain
<!DOCTYPE html>
<html>
<head>
  <title>Parcel Sandbox</title>
  <meta charset="UTF-8" />
  <link rel="stylesheet" href="/styles.css" />
</head>
<body>
  <h1>Hello world</h1>
</body>
</html>
plasma field
<!DOCTYPE html>
<html>
<head>
  <title>Parcel Sandbox</title>
  <meta charset="UTF-8" />
  <link rel="stylesheet" href="/styles.css" />
</head>
<body>
  <h1>Hello world</h1>
</body>
</html>

Getting started

Ready to add textmode effects to your project? Check out our Installation and Fundamentals to get started.

Next steps

-> Not installed yet? Visit the Installation guide.

-> Learn the core API in Fundamentals.

-> Need full signatures? Open the API Reference.