GithubHelp home page GithubHelp logo

paradoxis / osrs-font-parser Goto Github PK

View Code? Open in Web Editor NEW
35.0 4.0 5.0 1.21 MB

Make your website relive your nerdy childhood

Home Page: https://paradoxis.github.io/OSRS-Font-Parser/

License: MIT License

HTML 53.10% CSS 15.80% JavaScript 31.10%
osrs osrs-font osrs-font-parser runescape oldschool-runescape plugin website

osrs-font-parser's Introduction

OSRS-Font-Parser

Make your website relive your nerdy childhood

Live demo

Click here for the live demo

Download method #1

Press this big ol' button

Download

Download method #2

Clone the code using git, nice

$ git clone [email protected]:Paradoxis/OS-Font.git

Download method #3

Download the code using wget (linux, nice)

$ wget https://github.com/Paradoxis/OS-Font/archive/master.zip

Download method #4

Download the code using curl (we get it, you're a l33t hacker)

$ curl -D OS-Font.zip https://github.com/Paradoxis/OS-Font/archive/master.zip

Installation

This part separates the noobs from the maxed mains

  1. Extract the contents of the zip file into a directory of choice.
  2. Copy all the files from src/ to a directory in your public webroot.
  3. Make a link to os-font.css at the bottom of your <head> tag
  4. Make a link to os-font.js at the bottom of your <body> tag
  5. Initialize the OsFont library by calling OsFont.compile() after loading the library
    • To compile a specific element, pass a DOM node OsFont.compile() like so: OsFont.compile(document.getElementById("nice"))

Example skeleton

It's like botting, but without the risk of getting banned

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"> 
        <title>OSRS Font Parser example</title>
        <link rel="stylesheet" href="os-font.css" />
    </head>
    <body>
        <p>flash2:wave:I'm now animating, nice</p>

        <script type="text/javascript" src="os-font.js"></script>
        <script type="text/javascript">
            OsFont.compile();
        </script>
    </body>
<html>

osrs-font-parser's People

Contributors

paradoxis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.