npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

stylescape

v0.0.34

Published

Stylescape is a visual identity framework developed by Scape Agency.

Downloads

109

Readme

Website NPM Version devContainer StackBlitz GitHub License

Report a Bug Request a Feature Ask a Question Make a Suggestion Start a Discussion


A powerful design framework for concise and high-quality web development

Stylescape is a modular, scalable, and customizable design framework dedicated to streamlining style and layout design for both web and print media. Written in SCSS and TypeScript, it aimes to bridge the gap between visual design and code. Whether you’re a designer or developer, Stylescape provides a robust toolkit that empowers you to create harmonious, scalable, and accessible designs efficiently.


Features

  • Visual Consistency: A unified design language across all components for brand integrity.
  • Modular Architecture: Import only what you need for lighter, faster websites.
  • Client Alignment: Transform initial stylescapes into functional code easily.
  • Streamlined Workflow: In-built responsiveness, themes, and accessibility features.
  • Scalable & Maintainable: Built with SCSS and TypeScript for robustness and ease of use.

graph TD
    %% Styles for the diagram
    classDef main fill:#041B26,stroke:#FFFFFF,stroke-width:2px,color:#FFFFFF,font-size:16px,font-weight:bold;
    classDef module fill:#1e3d59,stroke:#FFFFFF,stroke-width:1px,color:#FFFFFF,font-size:14px,font-weight:normal;
    classDef focus fill:#028090,stroke:#FFFFFF,stroke-width:1px,color:#FFFFFF,font-size:12px,font-style:italic;

    %% Main node
    A[Stylescape]:::main

    %% Modules
    A --> B[unit.gl]:::module
    A --> C[hue.gl]:::module
    A --> D[icon.gl]:::module
    A --> E[font.gl]:::module
    A --> F[move.gl]:::module
    A --> G[page.gl]:::module
    A --> H[pack.gl]:::module

    %% Descriptions and focus areas for each module
    B --> B1[Dynamic Layout Engine]:::focus
    B1 --> B2[Fluid Typography]:::focus
    B1 --> B3[Responsive Design]:::focus

    C --> C1[Perceptual Color System]:::focus
    C1 --> C2[Color Management Toolkit]:::focus

    D --> D1[Modular Icon Library]:::focus
    D1 --> D2[Various Integration Options]:::focus

    E --> E1[Variable Font Collection]:::focus
    E1 --> E2[Typography Base]:::focus

    F --> F1[User Experience Toolkit]:::focus
    F1 --> F2[Interactives and Immersives]:::focus

    G --> G1[Page Layout Library]:::focus
    G1 --> G2[Rapid Prototyping]:::focus

    H --> H1[Package Pipeline Manager]:::focus
    H1 --> H2[Asset and Code Bundling]:::focus
    H1 --> H3[Streamlined Deployment]:::focus

Quickstart

Installation

You can install Stylescape using npm:

npm install stylescape

Or via unpkg:

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/stylescape.css">

Getting Started

After installing, you can include Stylescape's SCSS and TypeScript files into your project:

import 'stylescape/dist/stylescape.css';
import 'stylescape/dist/stylescape.js';

Documentation

For more detailed setup and usage instructions, refer to our official website: scape.style.


Contribution

Contributions are always welcome! See CONTRIBUTING.md for ways to get started.