UNPKG

typographie

Version:

Library for preparation of russian texts to web publication

18 lines 337 B
<!DOCTYPE html> <html> <head> <title>typographie.js example</title> <script src="../lib/typographie.js"></script> <script src="example.js"></script> <style> textarea { height: 300px; width: 500px; } </style> </head> <body> <textarea id="input"></textarea> <textarea id="output"></textarea> </body> </html>